Skip to content

mehulmina064/Nest-Js-REST-API

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
or
$ npm install - force  //if getting version issues

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

MongoDB Database

Download MongoDB Tools for Your Operating System

$ mongorestore --uri="mongodb://root:example@localhost:27017/" db/dump/

MongoSH

$ db.createUser({ user:"beastab", pwd:"beastab", roles:[{role: "userAdminAnyDatabase" , db:"admin"}]})

About

Nest framework TypeScript starter repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages