Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 300 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 300 Bytes
  1. clone the project
  2. create virtual environment "python -m venv venv"
  3. activate virtual environment "venv/Scripts/activate"
  4. install requirements which is inside bikes directory "pip install -r requirements.txt"
  5. runserver by going to manage.py path "python manage.py runserver"