How to create a web app using Express ?
What is express ? Express, also sometimes referred as express.js is a Node.js framework used to create backends of websites. In this tutorial, we’ll be seeing how express can be used to do so. We’ll be also pointing out key things one should always keep in mind while using express. To do so we’ll be … Read more