Simply git clone repo and use start.sh script
sh start.sh
rm -rf .gitTemplate for python web project:
- falcon
- sqlalchemy
- alembic
- postgres as db
- layered architecture
- typing
- unittest as unit testing framework
- docker image with debian slim 3.8 python
- makefile for local development commands
All docs regarding starting development environment and commands are described here