Link to Heroku app;
Todo app.
- Run terminal;
- Clone project in your workspace using git clone https://github.com/dannycrief/Django-todo-app.git;
- Create virtual environment and activate it;
- Go to Django-todo-app directory using cd Django-todo-app;
- Install requirements using pip install -r requirements.txt
- Migrate it: python manage.py migrate
- If everything is okay, run it by using python manage.py runserver