Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prinuvinod/inventory-app

A Inventory App for Household
https://github.com/prinuvinod/inventory-app

expressjs fullstack-development mongodb nodejs npm

Last synced: 5 days ago
JSON representation

A Inventory App for Household

Awesome Lists containing this project

README

        

# 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.