Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 561 Bytes

File metadata and controls

10 lines (7 loc) · 561 Bytes

REST service: PostgreSQL & ORM

Description

Your task is to implement PostgreSQL database as source of data for your application and TypeORM / Prisma to communicate with your database.

  1. Use PostgreSQL database to store REST service data (Users, Albums, Tracks, Artists, Favorites)
  2. Use Typeorm or Prisma with Nest.js to store and update data
  3. The information on DB connection should be stored in .env file
  4. PostgreSQL database should run inside of the docker container