Start a postgres db server
Run the following in the folder apps/quarto_web
mix deps.get mix ecto.create mix ecto.migrate
Run the following in the folder app/quarto_web mix phoenix.server
You can the access the web frontend at http://localhost:4000