rhythmvashist / hi-nest

Playing around with nestjs by making a API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a sample REST API implemented just to get play around with NextJS

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

Playing around with nestjs by making a API


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%