Web application for planning awesome road trips
- Ensure you have Python and (optional) virtualenv installed.
- (Optional) Create a new virtual environment:
virtualenv venv
- (Optional) Activate it:
source venv/bin/activate
- Install requirements:
pip install -r requirements.txt
- Run the server:
python runserver.py
- Open up the page in your web browser @ http://localhost:5000/
- (Optional) You can deactivate the venv with:
deactivate
- Front-end:
/udyssey/templates/index.html
/udyssey/static/css/application.css
/udyssey/static/js/application.js
- Back-end:
/udyssey/__init__.py
/udyssey/views.py
/udyssey/olson.py
(machine learning algorithms)
- Deployment:
/config.py
/runserver.py