alnugen / nest-api

API with nest using typescript starter repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

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

Description

This project is about building APIs using Nest framework and typescript. This is build by following posts from blog and by using TypeScript starter repository to bootstrap.

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

API with nest using typescript starter repo


Languages

Language:TypeScript 76.6%Language:JavaScript 23.4%