https://github.com/dracula27/mongodb_inventory
Per Scholas - Week 8 - Front-end, Express, and MongoDB - Assignment: MongoDB_Inventory
https://github.com/dracula27/mongodb_inventory
css express git github html javascript mongodb
Last synced: 3 months ago
JSON representation
Per Scholas - Week 8 - Front-end, Express, and MongoDB - Assignment: MongoDB_Inventory
- Host: GitHub
- URL: https://github.com/dracula27/mongodb_inventory
- Owner: DrAcula27
- Created: 2023-01-21T14:48:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T16:49:02.000Z (over 3 years ago)
- Last Synced: 2025-06-27T04:58:08.685Z (12 months ago)
- Topics: css, express, git, github, html, javascript, mongodb
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homework Assignment - Inventory Management
## Per Scholas - Week 8 - Front-end, Express, and MongoDB - Assignment: MongoDB_Inventory
### MVP
- Create an express server that will serve a public folder.
- Create a new database “Inventory”
- Connect to that database with you Express Server
- Create a Mongoose Schema / Model that could create the following object in a collection called “items”:
```
{
price: 2.00,
inventory: 700,
nextDelivery: Date,
deliveryAmt: 200,
name: "Toy Car"
}
```
- On your frontend:
+ Make a page that will create new items in your “items” collection.
+ Make a page that will display all items in your collection.
+ (optional) - make a page that will increase / decrease the inventory of a specific item by a specified number.
### Attributions
Tab icon: Inventory management icons created by Freepik - Flaticon