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

https://github.com/dridk/todo

simple todo application for the pyconfr 2016 . Flask server and qml client
https://github.com/dridk/todo

Last synced: 7 months ago
JSON representation

simple todo application for the pyconfr 2016 . Flask server and qml client

Awesome Lists containing this project

README

          

# todo App
simple todo application designed for the [pyconfr2016](https://2016.pycon.fr/) using PyQt5 and QML.



# Installation
## Server
Todo Server is a flask application using mongodb . You need both of them to make it work.
From ubuntu :

sudo apt-get install mongodb

Then install dependencies and run:

pip3 install -r server/requirements.txt
python3 server/app.py

## Client
Todo Client is a pyQt5.7 client made with pure QML. Other module are note used.
To install dependencies and run :

pip3 install -r client/requirements.txt
python3 client/app.py