Example ToDo list project using Django, DRF and Angular
- Add ability to delete uncompleted tasks
- Add filter for task list
- Add tests suite for JS
You will need the following things properly installed on your computer.
- Python3
- pip
To install project follow these steps:
- Clone repo from git
- Install requirements
- Run project
Installation sequence:
$ git clone [email protected]:AlexLisovoy/DjangoAngularTodoExample.git
$ cd DjangoAngularTodoExample
$ pip install -r requirements.txt
$ python manage.py runserver
To run tests:
$ python manage.py test