Skip to content
/ ash-server Public template

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

Notifications You must be signed in to change notification settings

kidqueb/ash-server

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published