Backend REST API for EveryPage, built on Nest JS
# install the NEST CLI globally
$ npm install -g @nestjs/cli
# cd into your project directory
$ npm install
# development
$ npm run start
# hot-reload mode
$ npm run start:hot
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.