Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 677 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 677 Bytes

ToDo

How to set up project (Window's CMD)

  • pip install virtualenv
  • virtualenv venv (This will create a new folder named "venv", you can change the name to whatever you want)
  • cd venv
  • scripts\activate
  • git init
  • git clone https://github.com/ShaneWD/ToDo
  • cd ToDo
  • pip install -r requirements.txt
  • python manage.py runserver
  • Navigate to http://127.0.0.1:8000/ on the browser

How the project behaves:

Video from release v1.0 ("First release"): https://github.com/ShaneWD/ToDo/releases/tag/v1.0