No description
Find a file
Per-Victor Persson 8d1bb4ae82 init
2018-07-31 07:08:58 +02:00
assets init 2018-07-31 07:08:58 +02:00
config init 2018-07-31 07:08:58 +02:00
lib init 2018-07-31 07:08:58 +02:00
priv init 2018-07-31 07:08:58 +02:00
test init 2018-07-31 07:08:58 +02:00
.gitignore init 2018-07-31 07:08:58 +02:00
mix.exs init 2018-07-31 07:08:58 +02:00
mix.lock init 2018-07-31 07:08:58 +02:00
README.md init 2018-07-31 07:08:58 +02:00

FestEvent

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • 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.

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

Learn more