Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Archived-Organization-RollForGuild/TheGM

Repository files navigation

Roll for Guild: API (a.k.a. TheGM)

Watch on GitHub Star on GitHub

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
    • If it isn't your first time with this repo and still have the db, just do mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more