Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 672 Bytes

File metadata and controls

27 lines (24 loc) · 672 Bytes
id express-roadmap
title Express Framework
sidebar_label Express Framework

Express is a framework used to build web applications with node.js. Express makes it easier to build web applications using a collection of rich APIs.

The following topics will help you understand express web application development.

  • Express Server
  • Application Setup
  • Express Router
  • Creating RESTful webservices
  • Using middlewares
    • cookie parser
    • body parser
  • Authentication
    • JWT tokens
  • Building custom middlewares
  • Databases
    • Database Drivers
      • node-postgres
      • mongodb node.js driver
    • ORMs
      • Sequelize
      • Mongoose