A progressive Node.js framework for building efficient and scalable server-side applications.
Nest Starter API with JWT authorization that use PostgreSQL as DB.
$ npm install
Build your application
docker-compose up -d -V --build
And after docker-compose finish building containers run this command in your terminal to create migrations to your db
npx prisma migrate dev
Open prisma studio for development
# open prisma studio
$ npx prisma studio
# development
$ yarn run start
# watch mode
$ yarn run dev
# production mode
$ yarn run start:prod
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
- Author - Oleksii
- Website - https://nestjs.com
Nest is MIT licensed.