/hearthdecks

Hearthstone deck building app, allows users to create, share, and import decks into the game. Phoenix/Elixir Backend, Reactjs Frontend.

Primary LanguageJavaScript

Hearthdecks

Live Site: www.netdeck.xyz

Hearthstone deck building site that allows users to create, share, and export decks for use into the game.

Installing

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 IEX and Phoenix endpoint with iex -S mix phx.server
  • In iex, run Hearthdecks.Tasks.CardUpload.run to upload current Hearthstone cards.

Now you can visit localhost:4000 from your browser.

Built With

Acknowledgements

Authors

  • David Berget