Skip to content

ShaneWD/ToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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