Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

git-hacker/quickload-server

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ 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

Running the app

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

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

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.

Stay in touch

License

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published