- HTML
- CSS
- Django
To clone and run this application, you'll need Git
# Clone this repository
$ git clone https://github.com/aaron-clarusway/django_TODO_APPS.git
# Install dependencies
$ python -m venv env
> env/Scripts/activate (for win OS)
$ source env/bin/activate (for macOs/linux OS)
$ pip install -r requirements.txt
# Run the app
$ python manage.py runserver