mvc-sessions icon indicating copy to clipboard operation
mvc-sessions copied to clipboard

Sample code for MVC Sessions article

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Source code for the article Authentication and Sessions for MVC Apps with NestJS

Installation

npm install

Running the app

# development
npm run start

# watch mode
npm run start:dev

# production mode
npm run start:prod

License

MIT licensed.