A progressive Node.js framework for building efficient and scalable server-side applications.
Fully functional Nest API.
# Must have node.js
$ npm install
# in background
$ docker compose up dev-db -d
Don't forget to install Prisma cli
# Must migrate database after installing npx
$ npx prisma migrate dev
# To run Prisma studio
$ npx prisma studio
# watch mode
$ npm run start:dev
Don't forget to install all dependencies!
# Please use Swagger (Open API), this is the link to open in your browser
$ http://localhost:3001/api
Do not forget to register first, then input the obtained token into login part. After those steps are done, you can freely use this API.