To start your own Catacast 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.
You can see a working version of the app on on heroku https://radiant-garden-57210.herokuapp.com
Made using the following resources: https://hexdocs.pm/phoenix/overview.html https://medium.brianemory.com/elixir-phoenix-creating-an-app-part-1-the-setup-6626264be03 https://hexdocs.pm/phoenix/heroku.html#creating-environment-variables-in-heroku