Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 596 Bytes

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