https://github.com/amdzy/inventory-application
https://github.com/amdzy/inventory-application
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amdzy/inventory-application
- Owner: amdzy
- License: mit
- Created: 2021-09-16T17:27:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T16:01:22.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:28:32.210Z (5 months ago)
- Language: EJS
- Size: 220 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inventory Application
A backend focused inventory management app that allows users to add newproduct categories, create new products to add to the database.
You will be able to create, read, update, or delete Categories, and products from the database.[Live Page.](https://fathomless-wildwood-81892.herokuapp.com/)
## Built with
- [Node](https://nodejs.org/)
- [Express](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com)
- [Express Validator](https://express-validator.github.io)
- [EJS](https://www.npmjs.com/package/ejs)## Admin Password
An administrator password has been added to act as an extremely basic security feature.
the pass is `123456`## Running your own version
```
git clone https://github.com/Soul-Remix/inventory-application.git
cd inventory-application
npm install
npm start
```Create A mongo DB, create .env file and add the following
```
MONGODB_URI=
PASS=
```Run locally
`npm start`