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: 3 months ago
JSON representation
A Inventory App for Household
- Host: GitHub
- URL: https://github.com/prinuvinod/inventory-app
- Owner: PrinuVinod
- License: apache-2.0
- Created: 2023-12-13T08:25:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:51:20.000Z (over 2 years ago)
- Last Synced: 2025-06-16T22:43:18.539Z (about 1 year ago)
- Topics: expressjs, fullstack-development, mongodb, nodejs, npm
- Language: HTML
- Homepage: https://tvcw9y-3000.csb.app
- Size: 8.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.