Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 712 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 712 Bytes

Portal

This is a sample Phoenix App. It uses Vapor for config management. It's based on Phoenix 1.6.2. Use ASDF for installing correct versions of Elixir and Erlang.

The .env file is the template for the settings required. Add a .env.dev.local and .env.test.local file to override any of the environment variables locally for dev and test respectively.

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 or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.