brianlee9090 / CC24-seniorprojectback

1 stars 0 forks source link

Just Go Logo

An API built for the Just GO App to serve directions and place information.

Built With

Requirements

Depending on the deployment the requirements will be different

Installation

$ npm install

$ npm install mongoose @nestjs/mongoose

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Authors