MERN - ExpressJS Fundamentals
Fundamentals
Express.js is a popular web application framework for Node.js that simplifies building web applications and APIs.
Middleware: Functions that access the request and response objects to modify, add data, or trigger other functions.
Route...
kelvinbz.hashnode.dev19 min read