This application was generated by Guillotina's application cookiecutter.
Python >= 3.7
This example will use python virtual env:
python3 -m venv . ./bin/pip install -e .
Most simple way to get running:
./bin/g
Running Postgresql Server:
docker run --rm -e POSTGRES_DB=guillotina -e POSTGRES_USER=guillotina -e POSTGRES_HOST_AUTH_METHOD=trust -p 127.0.0.1:5432:5432 --name postgres postgres:9.6