Skip to content

spghtti/keyboard-inventory-app

Repository files navigation

Keyboard-inventory-app

About this project

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.

Features

  • 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.

Live project demo

👉 Click here 👈

Run locally

git clone git@github.com:spghtti/keyboard-inventory-app.git
cd keyboard-inventory-app
npm install
npm run serverstart

Built With

License

Distributed under the MIT License. See LICENSE.txt for more information.