This repository content all the basic to advance api configuration.
Make sure before running the project add .env file to in your local
- ACCESS_TOKEN_SECRET (require('crypto').random(64).toString('hex'))
- REFRESH_TOKEN_SECRET
- DATABASE_URI ( from mongo cluster generater URL)
- Build-in Middleware
- Custom Middleware
- Third Party Middleware
Instatll All packages local and dev 1. To start: npm run dev