Below are all of the files needed to test the dummy FastAPI app where the strawberry graphQL app is mounted. Feel free to modify, copy, and play with the models as you see fit.
The only prerequisites are pyenv
, psql
and, of course, having python installed in your system.
- To create and populate the databse along with the venv, just run
./init.sh
./start.sh
will start the app.
The .vscode
directory contains the settings file that points the python interpreter to the local virtual environment.