Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 324 Bytes

postgresql-typeorm.md

File metadata and controls

6 lines (5 loc) · 324 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
  4. PostgeSQL database should run inside of the docker container