About The Project
This is a prototype for a web app designed to deliver products from a market to small businesses.
Installation
- Download and install python
- Clone the repo
git clone https://github.com/DarioArzaba/UrbanMobilityWebApp.git cd UrbanMobilityWebApp
- Install python requirements
pip install -r requirements.txt
- Run the server (either Django or
heroku local
) athttp://127.0.0.1:8000/
python manage.py migrate python manage.py runserver
Usage
The starting route has links to the three main pages of the site: Provider, User and Driver.
Provider (Add Items to Sell) | User (Buy Items) | Driver (Select driver and Best Route) |
---|---|---|
License
Distributed under the MIT License.
Contact
Dario Arzaba - dario.arzaba@gmail.com