Authors : Anthony Papoutsis, Zac Brydon, John Nguyen, Tan Huynh
This is a Delivery Tracking system to track the stock of food from warehouses to stores using a mock device
This uses some React.js and Google Maps API to track the stock movement.
Use the package manager npm to install Delivery Tracker.
After creating a repository for this project change directory to client and then server and run
npm i
This will install all the packeges needed for the current build of the project
There will also need to be two .env files that need to be created for the front end and backend. These will require the following:
- .env.development file that will contain API URL and Google API JavaScript Key (root of client)
- .env file that will have token for store and warehouse
- A MongoDB with the same database structure (these samples can be given to those interested)