kidqueb / ash-server

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Elixir 91.7%Language:Shell 8.3%