A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Nest framework TypeScript starter repository.
$ npm install
$ npm install lodash
You'll need to install version 4.0.1 of MongoDB After you've installed both open your terminal and type 'mongod'. If you get an error make sure you have a folder /data/db with 777 privileges. After this then open a new terminal and navigate to the root of this project where "shipments.json" is located. Then you'll need to run this command
mongoimport --db quickload --collection shipments --type json --jsonArray --file shipments.json
Make sure to have Mongodb running before starting this server using the command 'mongod'
# development
$ npm run start
# watch mode
$ npm run start:dev
# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.