/todo-app

Basic Django Todo App with an API and javascript application

Primary LanguagePythonMIT LicenseMIT

Django-Todolist

License

Django-Todolist is a todolist web application with the most basic features of most web apps, i.e. CURD functionality, API and (somewhat) interactive UI and javascript verison of the appicaiton that consumes the API.

Demo Image

Technologies

  • Django
  • JavaScript
  • HTML
  • CSS
  • Django Rest Framework etc

Explore

Try it out by installing the requirements. (Works only with python 3++)

pip install -r requirements.txt

Migrate:

python manage.py migrate

And then start the server (default: http://localhost:8000)

python manage.py runserver

Now you can browse the API or start on the landing page