- modules needed for mobile app;
- the ability to save images;
- DB connection;
- add guards for authentication/authorization
- add paginator
- add more product types
- install node.js
brew install node; for macos or sudo apt install nodejs for ubuntu 20- clone the repository
git@github.com:UtopicUnicorn/Diploma-backend-prototype.git- go to the project directory
- install dependencies
npm install - create PostgreSQL database and change mikroorm-config.ts
- create migration
npx mikro-orm migration:create -i- run migration
npx mikro-orm migration:up- run project
nest start