CapnSane / rest-api-nestjs

Repository for testing and practicing the Nest framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rest-api-nestjs

Repository for testing and practicing the Nest framework. Nest is a progressive Node.js framework for building efficient and scalable server-side applications.

Installation

$ npm install

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

About

Repository for testing and practicing the Nest framework.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%