Skip to content

teslim191/jwt_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

using JWToken, APIcache and rate limiting with RESTAPI

Dependencies

  1. express
  2. jsonwebtoken
  3. nodemon
  4. dotenv
  5. express-rate-limit
  6. apicache
  7. bcryptjs
  8. cors
  9. mongooose
  10. swagger-jsdoc
  11. swagger-ui-express

how to use

  1. clone repo with git clone or download zip file and extract.
  2. run npm i to install dependencies.
  3. create a config.env file add a mongo uri connection string and a token
  4. run npm run dev to run server
  5. go to http://localhost:4000/api-docs

About

using JWToken, APIcache, rate limiting and swagger-ui with RESTAPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published