macchiang / django-todolist

exemplary django application - small to do list web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Todolist

License Build Status

Django-Todolist is a todolist web application with the most basic features of most web apps, i.e. accounts/login, API and (somewhat) interactive UI.


CSS | Skeleton JS | jQuery

I've also build a quite similar app in Flask: https://github.com/rtzll/flask-todolist

Explore

Try it out by installing the requirements. (Works only with python >= 3.4, due to django 2)

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

About

exemplary django application - small to do list web app

License:MIT License


Languages

Language:Python 67.2%Language:HTML 15.7%Language:CSS 10.9%Language:JavaScript 5.8%Language:Dockerfile 0.3%