TelePort is a Online Delivery Management Software where a customer can send,receive and track orders in a single place.
The Webiste is Hosted on Heroku, you can view the website by clicking here
The Software computerizes any delivery company’s book keeping activities associated with its operation with an efficient Truck Allotement and Dispatch Algorithm to ensure productivity. resources available
To remotely use the codebase to host the website on your system, clone the repository on your system and do the Following Steps -
-
Change The Database URI line inside the Teleport Package located in init.py
-
Execute the Following line in the root folder to install all the requirements
pip install -r requirements.txt
- To Finally Run the Codebase, in the root directory, run the following command in the terminal
python run.py
Frontend
HTML
CSS
Bootstrap
Backend
Flask
SQLAlchemy
Heroku