This is the first version of a restful api for some fancy app to organize meetings. It lacks some basic functionality, but most parts work like a charm.
- remove Certificates (there are some examples within the repository, but PLEASE use your own)
- Pagination
- Exceptions/Errordecorator from flask
- Unittests/Mockups
- implement POST/PUSH methods (it's not possible to add new events etc.)
just source run.sh
. ./run.sh
Now you can open https://127.0.0.1:8080
with your favourite browser.
stop the process (Ctrl
+ C
) and then deactive the environment
deactivate
python manager.py clean_db
deletes all tables
python manager.py seed
seed db with dummy values
python manager.py reset
clear and seed db with dummy values
#Links
Hash: http://stackoverflow.com/questions/800685/which-cryptographic-hash-function-should-i-choose Flask: http://pycoder.net/bospy/presentation.html