Quarto Build status Coverage Status

Setup environment

Start a postgres db server

Run the following in the folder apps/quarto_web

mix deps.get mix ecto.create mix ecto.migrate

Running web frontend

Run the following in the folder app/quarto_web mix phoenix.server

You can the access the web frontend at http://localhost:4000