Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 3.11 KB

README.md

File metadata and controls

60 lines (46 loc) · 3.11 KB

SDN302 - Assignment 4

AUTHENTICATION

GitHub contributors GitHub top language GitHub repo size GitHub License

Nest Logo

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

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Donate us Support us Follow us on Twitter

Document

Description

Nest framework TypeScript starter repository.

Project setup

$ yarn install

Compile and run the project

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Contributor