Skip to content

faithdevs/Nestjs-crud-api

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Installation

  
Clone the repo and run $ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Swagger documentation

To test the apis through swagger 
$ Run localhost:3000 on your browser

n2

Hint

To easly generate more modules you can run 
$ nest g resource [name-of-module]
Example: nest g resource calls
Then select [rest api] and have it installed as a crud setup.

n1

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Stay in touch

About

A nestjs api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published