A Courier tracker app for Software Engineering Project
A third party tracking app (like an API). It tracks deliveries and transaction by the supplier and service provider. The drop off address is the customer of the supplier. The customer can track deliveries using the tracking number.
Clone or download the repository, Install the dependencies on the terminal using
yarn install
Start the server by
yarn run start
or yarn run dev
with nodemon and watch
You can also launch the app using heroku by connecting the git repository and then pull from the master branch and deploy.
You can play it online here https://demonbane-test.herokuapp.com/ (may not be live at all times)
Back end:
- Nodejs
- Express
Package Manager
- Yarn
Front end:
- HTML
- CSS
- Javascript
- VueJS
DBMS
- MongoDB
Geolocation API
- Google Maps API
- Directions API
- Transport Trucker API
Testing/Launch:
- Heroku
- POSTMAN
- Demonbane - Initial work - Demonbane18
This project is licensed under the MIT License - see the LICENSE.md file for details