/ash-server

A base project used to get Phoenix/Absinthe powered Graphql APIs up and running quickly

Primary LanguageElixir

Ash Server

Dependencies

Getting Started

To start your Phoenix server:

  • Update secret_key_base with mix phx.gen.secret
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.