npm install
npm run dev
# EXAMPLE FILE
NODE_ENV=development
SERVER_PORT=5050
JWT_SECRET=HeLlOTheRE-gEneRalKenoBI
JWT_EXP=10d
# SQL DATABASE
DB_HOST=
DB_USER=
DB_PASS=
# NOSQL DATABASE
MONGO_DBURL=
- api/newtoken: Generates new token for testing
- api/testguard: Tests the route guard
Add Auth Utils for JWTAdd Guard Middleware to protect routes with JWT- Add branch with SequelizeORM
- Add branch with MongooseODM
- Add branch with TypeORM
- express
- dotenv
- colors
- morgan
- bcrypt
- helmet
- hpp
- xss-clean
- jsonwebtoken
- validator
- babel
- eslint
- prettier
- nodemon
- rimraf