# Clone this repo
$ git clone git@github.com:SMarkus27/Django-ToDo.git
# Open the project folder in the terminal/cmd
$ cd Django-ToDo
# Open the ToDo folder
$ cd ToDo
# Run the command to create a virtualenv:
$ python -m pip venv todo
# Activate the venv:
$ source todo/bin/activate
# Install all dependencies in the requeriments.txt file.
$ pip install -r requeriments.txt
# Run the command to activate the application:
$ python manage.py runserver
# The server starts at the port:8000 - go to http://127.0.0.1:8000
- HTML5
- CSS3
- Django/Python
- SQLite
This project is under license MIT.
Made by Marcus Vinicius ππ½ Get in touch!