This app is an inventory management system. It uses token base authentication and a Ruby on Rails API.
- Token based authentication.
- Ability to create and sell products.
- Ability to view and update inventory.
- Ability to view daily sales charts.
- Clone this repo.
git clone https://github.com/mtallentb/FINAL_INVENTORY.git
cd FINAL_INVENTORY
npm install
npm start
- If the app doesn't pop up automatically, head to
http://localhost:3000
brew install node