An app that organizes and manages items in a hierarchical folder structure, while also providing analytics.
Supports role based login functionality.
** Currently under development. **
This project works together with the following repositories:
- Backend - https://github.com/fceja/inventory_api
- Database - https://github.com/fceja/inventory_db
- Install Node
-
https://nodejs.org/en/download
-
- Clone repo
- Install project dependencies, at project root run:
-
npm install
-
- Init React development server:
-
npm run dev
- App served on
http://localhost:5173/
-