Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 381 Bytes

LiveViewSurvey

actions

Build

You can build and test the app using docker-compose:

docker-compose build

Setup

docker-compose run web mix do ecto.create, ecto.migrate

Run

docker-compose up

Now you can visit localhost:4000 from your browser.