Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 695 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 695 Bytes

Todo app

Link to Heroku app;

Description:

Todo app.

Testing app:

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

My Slack: @Stepan Kozurak