2021-03-02 18:17:05 -06:00
2021-03-02 17:52:43 -06:00
2021-03-02 11:26:26 -06:00
2021-03-02 18:17:05 -06:00

storage

purpose

This project is supposed to make finding objects inside boxes easier. Translucent storage boxes are ugly. Over time and with the addition of new items, labels become irrelevant to the items they are meant to describe. They are inflexible. Distinctions between which box an item belongs can be arbitrary and confusing. e.g. Scissors belonging to 'Tools' or 'Crafts'.

features:

  • Record physical location, quantity, description, etc of items
  • Search by item/box name, description
  • Move items to and from boxes
  • Categorize boxes by color

requirements

  • mongodb
  • node.js

development environment

/server/

  • MONGO_IP_ADDRESS change to mongodb host address
  • create mongodb database named storage
  • npm run start

/client/

  • npm run start
  • npm i
S
Description
No description provided
Readme
758 KiB
Languages
TypeScript 68.7%
JavaScript 22.3%
CSS 7.6%
HTML 1.2%
Dockerfile 0.2%