8000 GitHub - Zalefar/udyssey: Web application for planning awesome road trips
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zalefar/udyssey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udyssey

About

Web application for planning awesome road trips

How to Run

  1. Ensure you have Python and (optional 5FAE ) virtualenv installed.
  2. (Optional) Create a new virtual environment: virtualenv venv
  3. (Optional) Activate it: source venv/bin/activate
  4. Install requirements: pip install -r requirements.txt
  5. Run the server: python runserver.py
  6. Open up the page in your web browser @ http://localhost:5000/
  7. (Optional) You can deactivate the venv with: deactivate

Where to Contribute

  1. Front-end:
  • /udyssey/templates/index.html
  • /udyssey/static/css/application.css
  • /udyssey/static/js/application.js
  1. Back-end:
  • /udyssey/__init__.py
  • /udyssey/views.py
  • /udyssey/olson.py (machine learning algorithms)
  1. Deployment:
  • /config.py
  • /runserver.py

About

Web application for planning awesome road trips

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • Python 14.5%
  • HTML 4.0%
  • CSS 0.6%
0