mvc-sessions
mvc-sessions copied to clipboard
Sample code for MVC Sessions article
A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
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.