How to quickly get started building web app with Express JS
Introduction
NodeJS provides HTTP modules we can use to create a basic web server. Whenever a user sends a request for a resource on the server, the server sends a response to the client
However, building web applications extend beyond the basic requ...
efkumah.hashnode.dev7 min read