m-sadykov / nestjs-example-app

Nest.js + MongoDB exmaple app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Nest.js + MongoDB exmaple app


Languages

Language:TypeScript 99.8%Language:Shell 0.2%