A Web-App designed to show you the Essential Items you might forget to get. This Web-App basically allows you to Adds Items, Delete Items and shows the list of Items in the Web-Page. It is directly connected to a MongoDB Database.
Uses MongoDB Atlas free Database
In the project Root Directory:
npm i express mongoose dotenv
in gitbash Terminal:
node index.js
It will run in localhost port 3000 or the port you specify in dotenv file.