Skip to content

PrinuVinod/Inventory-App

Repository files navigation

Inventory App

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.

Database

Uses MongoDB Atlas free Database

Installation

In the project Root Directory:

npm i express mongoose dotenv

How to Run in Local Devices

in gitbash Terminal:

node index.js

It will run in localhost port 3000 or the port you specify in dotenv file.