Skip to content
/ todo Public

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

License

Notifications You must be signed in to change notification settings

dridk/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo App

simple todo application designed for the pyconfr2016 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published