A CRUD application to track a (fictional) mechanical keyboard store's inventory.
This is a solution to the Odin's Project's assignment to build an inventory application with Node and MongoDB.
- Create and update profiles of keyboards, brands, and switches.
- Upload keyboard images to their profiles.
- Create and update instances. You can mark them as in-stock, sold (with date), or returned.
- Retrieve a list of all items in the database. You may also view a breakdown of the total counts of inventory and profiles in the database.
👉 Click here 👈
git clone git@github.com:spghtti/keyboard-inventory-app.git
cd keyboard-inventory-app
npm install
npm run serverstart
Distributed under the MIT License. See LICENSE.txt for more information.