A simple template for yhttp framework.
make venv
make activate.sh
make env
Or to delete the current environment and make a fresh one for project.
make fresh env
To activate the created python virtual environment
source activate.sh
make test
for code coverage
make cover
make lint
make serve
The default bind is localhost:8080 and you can check it by curl
curl localhost:8080
curl -X describe localhost:8080
make dist
make clean