项目作者: adrien2p

项目描述 :
Nest + Sequelize + jwt
高级语言: TypeScript
项目地址: git://github.com/adrien2p/nestjs-sequelize-jwt.git
创建时间: 2017-08-10T18:50:08Z
项目社区:https://github.com/adrien2p/nestjs-sequelize-jwt

开源协议:MIT License

下载


Nest

Project made with nest and use

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.