This repository is a learning exercise for me as I explore building RESTful APIs in Node and Express.js, in preparation for building a real project using similar technologies.
- Node and Express basics
- routes
- controllers
- ORM - Sequelize
- db connections
- models
- migrations
- Authentication
- password hashing
- jwt auth
- sliding refresh tokens
- Middleware
- validation
- rate limiting