Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-30T12:29:16.000Z (over 5 years ago)
- Last Synced: 2024-08-12T02:01:49.113Z (3 months ago)
- Topics: dotenv, jsonwebtoken, jwt, nest, nest-js, node, nodejs, orm, sequelize, typescript
- Language: TypeScript
- Homepage:
- Size: 245 KB
- Stars: 153
- Watchers: 11
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Nest](assets/logo.png)
### 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`.