Skip to content

musket-eer/opti-bike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opti-bike

An attempt to optimize bike usage on campus

installation

  1. Clone this repository: git clone + url
  2. Activate the virtual environment: source virtualenv/bin/activate
  3. Install necessary dependencies: pip3 install -r requirements.txt
  4. Start the development server: - cd optibike - python3 manage.py runserver