Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnbiundo/mvc-sessions
Sample code for MVC Sessions article
https://github.com/johnbiundo/mvc-sessions
Last synced: 2 days ago
JSON representation
Sample code for MVC Sessions article
- Host: GitHub
- URL: https://github.com/johnbiundo/mvc-sessions
- Owner: johnbiundo
- License: mit
- Created: 2019-07-19T19:45:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:43:04.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T10:49:00.388Z (4 days ago)
- Language: TypeScript
- Size: 2 MB
- Stars: 68
- Watchers: 2
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest
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](https://dev.to/nestjs/authentication-and-sessions-for-mvc-apps-with-nestjs-55a4)
## Installation
```bash
npm install
```## Running the app
```bash
# development
npm run start# watch mode
npm run start:dev# production mode
npm run start:prod
```## License
[MIT licensed](LICENSE).