Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 414 Bytes

File metadata and controls

6 lines (4 loc) · 414 Bytes

PostgreSQL & Typeorm

  1. Use PostgreSQL database to store REST service data (Users, Boards, Tasks).

  2. Use Typeorm to store and update data.

  3. The information on DB connection should be stored in .env file and should be passed to the application using the environment variables with the help of the following dotenv package.