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. Use PostgreSQL database to store REST service data (Users, Albums, Tracks, Artists, Favorites) Use Typeorm or Prisma with Nest.js to store and update data The information on DB connection should be stored in .env file PostgreSQL database should run inside of the docker container