Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 2.33 KB

README.md

File metadata and controls

58 lines (42 loc) · 2.33 KB

Description

Nest Logo

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

A simple CRUD app built with Nest.js framework and MongoDB.

Before running the app ensure you have installed Node.js and MongoDB.

Installation

$ npm install

Build

$ npm run build

Running the app

$ npm run start

Tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

License

Nest is MIT licensed.