https://github.com/adrien2p/nestjs-sequelize-jwt
Nest + Sequelize + jwt
https://github.com/adrien2p/nestjs-sequelize-jwt
dotenv jsonwebtoken jwt nest nest-js node nodejs orm sequelize typescript
Last synced: 4 months ago
JSON representation
Nest + Sequelize + jwt
- Host: GitHub
- URL: https://github.com/adrien2p/nestjs-sequelize-jwt
- Owner: adrien2p
- License: mit
- Created: 2017-08-10T18:50:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T12:29:16.000Z (almost 7 years ago)
- Last Synced: 2025-10-13T04:03:16.967Z (4 months ago)
- Topics: dotenv, jsonwebtoken, jwt, nest, nest-js, node, nodejs, orm, sequelize, typescript
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 157
- Watchers: 10
- Forks: 27
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### Project made with [nest](https://github.com/kamilmysliwiec/nest/blob/master/Readme.md) and use
- [Sequelize](https://github.com/sequelize/sequelize)
- [JWT](https://jwt.io/)
### And what about this repo ?
This project is a starter kit which implement the following :
- Nest.js
- Sequelize (ORM)
- Umzug (Migration)
- Dotenv (Evironement variable)
- JWT (For Json Web Token authentication)
### How it works
- To format code `npm run format`
- Start the server `npm start`
- To run up/down migration `npm run migrate {up/down}`
### Configuration
To configure put all config file in the `./src/config/*`.
To use the env variable, remove `.demo` from `.env.demo`.