Provide back-end example following clean architecture design concepts.
breadpan
package : Base classestodo
package : To-Do business logic by using breadpan package.apps
: RESTful API server example by using todo package.
todo
package
- python3
- flask
- flask_restful
virtualenv -p python3 venv
source venv/bin/activate
pip install -r apps/flask/requirements.txt
make init
make run
make test
make clean