Skip to content

m-sadykov/nestjs-example-app

Repository files navigation

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.