Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 252 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 252 Bytes

Retro Tool API

Setup

brew install elixir
mix local.hex
mix deps.get
docker-compose up -d
mix ecto.create
mix ecto.migrate
mix phx.server

Now you can visit localhost:4000 from your browser.