Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 460 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 460 Bytes

Description

Backend REST API for EveryPage, built on Nest JS

Installation

# install the NEST CLI globally
$ npm install -g @nestjs/cli

# cd into your project directory
$ npm install

Running the app

# development
$ npm run start

# hot-reload mode
$ npm run start:hot

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.