imclerran / express-rest

Repository from Github https://github.comimclerran/express-restRepository from Github https://github.comimclerran/express-rest

EXPRESS-REST

Node.js Express Sequelize

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.

Exploration topics

  1. Node and Express basics
    • routes
    • controllers
  2. ORM - Sequelize
    • db connections
    • models
    • migrations
  3. Authentication
    • password hashing
    • jwt auth
    • sliding refresh tokens
  4. Middleware
    • validation
    • rate limiting

About


Languages

Language:JavaScript 100.0%