Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prinuvinod/inventory-app
- Owner: PrinuVinod
- License: apache-2.0
- Created: 2023-12-13T08:25:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-16T16:51:20.000Z (10 months ago)
- Last Synced: 2024-04-17T11:01:27.271Z (7 months ago)
- Topics: expressjs, fullstack-development, mongodb, nodejs, npm
- Language: HTML
- Homepage: https://tvcw9y-3000.csb.app
- Size: 8.87 MB
- Stars: 1
- 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.