Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 478 Bytes

File metadata and controls

10 lines (7 loc) · 478 Bytes

Lunatube-API

To start app for development:

  • Install dependencies with mix deps.get
  • Run docker-compose up -d to start background servers (postgres for now)
  • Create and migrate the database with mix ecto.migrate
  • Run iex -S mix phoenix.server (This allows you to pry at any time)

You should now be able to visit localhost:4000 from your browser.