Skip to content

nilesmc/elixir-catcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catcasts

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

About

An Elixir app that shows your favorite cat videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published