An open API service indexing awesome lists of open source software.

https://github.com/specdrake/todoapp

A multiuser todo app for collaboration.
https://github.com/specdrake/todoapp

Last synced: over 1 year ago
JSON representation

A multiuser todo app for collaboration.

Awesome Lists containing this project

README

          

# todoapp
A multiuser todo app for collaboration.

``todoapp`` folder contains the actual app.

``todoapp/static/todoapp/styles.css`` is the project's global css file.

``todoapp/static/todoapp/`` contains HTML templates.

## To Run

Download/clone the repo. (You should have django installed)

Execute from the project root : ``python3 manage.py runserver``