reyreyhan / elevion

Boilerplate express.js with JWT auth and swagger

Home Page:https://elevion.rakei.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elevion

Boilerplate express.js with JWT auth and swagger

API Docs

https://elevion.rakei.me/explore/

How To Start

  1. npm install or yarn install depends on your tool.
  2. Copy .env.example or rename into .env and fill with your configuration.
  3. sequelize db:migrate to migrate database.
  4. npm run dev or yarn dev to start development server

PS

To correctly input gender, please use english ('male' or 'female'). Thanks ;)

About

Boilerplate express.js with JWT auth and swagger

https://elevion.rakei.me/


Languages

Language:JavaScript 99.5%Language:Shell 0.5%