Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 743 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 743 Bytes

Bills

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

To star tests:

  • Test coverage: mix coveralls
  • Run tests: mix test

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more