Skip to content

home-library-service part 2#6

Open
dsisea wants to merge 3 commits into
masterfrom
dev
Open

home-library-service part 2#6
dsisea wants to merge 3 commits into
masterfrom
dev

Conversation

@dsisea

@dsisea dsisea commented Feb 20, 2023

Copy link
Copy Markdown
Owner
  1. Task: https://github.com/rolling-scopes-school/tasks/blob/master/node/modules/rest/rest/README.md
  2. -
  3. Branch: https://github.com/sa58/home-library-service/tree/dev
  4. Done 21.02.2023 / Deadline 21.02.2023

Basic Scope

  • +20 Users data is stored in PostgreSQL database and typeorm / prisma interacts with the database to manipulate data.
  • +20 Artists data is stored in PostgreSQL database and typeorm / prisma interacts with the database to manipulate data.
  • +20 Albums data is stored in PostgreSQL database and typeorm / prisma interacts with the database to manipulate data.
  • +20 Tracks data is stored in PostgreSQL database and typeorm / prisma interacts with the database to manipulate data.
  • +20 Favorites data is stored in PostgreSQL database and typeorm / prisma interacts with the database to manipulate data.

Advanced Scope

  • +30 Migrations are used to create database entities
  • +10 Variables used for connection to database to be stored in .env
  • +10 typeorm decorators or prisma relations create relations between entities
  • + 30 Local PostgreSQL installation is not required for task check, connection is implemented to database stored in docker container (on the basis of the previous task)

Notes

  • database files and logs are not stored in volumes
  • more commits on feature/db branch

score: 180 / 360

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant