Database (optional)
Most applications require a database. If you require a database Gofs templates ship with a docker-compose file to run a local postgres instance.
To run a local postgres you will need a container runtime such as:
Once this is setup and you have initialized a project you can start a Postgres instance with:
make dbup