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
- Host: GitHub
- URL: https://github.com/dridk/todo
- Owner: dridk
- License: mit
- Created: 2016-10-08T09:21:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T18:18:26.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T17:52:31.785Z (over 1 year ago)
- Language: QML
- Size: 1.21 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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