A progressive Node.js framework for building efficient and scalable server-side applications.
A NestJS-based API for managing user bookmarks with e2e testing. Below you’ll find steps to install, run, and test this project.
Before running this project, make sure you have the following installed:
You will also need to create a .env
file in the root directory with the following variables:
- DATABASE_URL=
- JWT_SECRET=
- POSTGRES_USER=
- POSTGRES_PASSWORD=
- POSTGRES_DB=
Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
Nest is MIT licensed.