Base FastApi Python Project Scaffold
- Makefile
- requiements.txt
- test_library.py
- python_library
- Dockerfile
- command-line-tool
- Microservices
- Create virtual environment with virtualenv:
virtualenv ~/.venv
- Edit bashrc:
vim ~/.bashrc
and addsource ~/.venv/bin/activate
at the end - Clone project then run
make all
- Run
python main.py