No description
Find a file
danilo silva 6b042f65ab using json instaed of xml
removed hardcoded from generic podcast medatadata
2020-05-23 21:51:56 +00:00
assets first (hardcoded) version 2020-05-22 20:04:15 +00:00
config using json instaed of xml 2020-05-23 21:51:56 +00:00
lib using json instaed of xml 2020-05-23 21:51:56 +00:00
priv first (hardcoded) version 2020-05-22 20:04:15 +00:00
test using json instaed of xml 2020-05-23 21:51:56 +00:00
.formatter.exs first (hardcoded) version 2020-05-22 20:04:15 +00:00
.gitignore first (hardcoded) version 2020-05-22 20:04:15 +00:00
elixir_buildpack.config added configuration for gigalixir 2020-05-22 20:15:10 +00:00
mix.exs using json instaed of xml 2020-05-23 21:51:56 +00:00
mix.lock using json instaed of xml 2020-05-23 21:51:56 +00:00
phoenix_static_buildpack.config chore: added buildpack config 2020-05-22 20:23:06 +00:00
README.md first (hardcoded) version 2020-05-22 20:04:15 +00:00

PodcastFeed

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • 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