Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 405 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 405 Bytes

Express JS API Template

ExpressJS/MySQL(Sequelize)

TECH REQUIREMENTS

  • Node JS version 16.20.0
  • MySQL version 5.7.24

Added Features

  • Login/Registration API Endpoint with JWT Authentication (on progress)
  • Database migration (on progress)
  • Email sender using nodemailer
  • Rate limiter - 100 requests per 15 minutes
  • CORS issues already fixed
  • 1 minute api caching (customizable in .env file)