Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 786 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 786 Bytes

Syncfile

CircleCI Coverage Status

To start your Phoenix server:

  • Install postgresql and the the environment variables in the next session.
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Required environment Variables

  • PG_USERNAME
  • PG_PASSWORD
  • PG_HOSTNAME
  • PG_DATABASE