- Node : A JavaScript run time environment which allow to run JavaScript code on the server side
- Express : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
- bodyParser: Node.js body parsing middleware. Parse incoming request bodies in a middleware before your handlers, available under the req.body property.
- ejs : Templating Engine
- mongoose : Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.
Packages used in this app: *express, body-parser, dotenv, mongoose, *ejs How to add package
yarn add packagename // for yarn
npm install packagename // for npm