Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 574 Bytes

File metadata and controls

24 lines (16 loc) · 574 Bytes

Build Graphql Api with Absinthe in Elixir Phoenix and PostgreSQL

Version

  • Erlang 24.1.5
  • Elixir 1.13

Goals

  • Register & Sign-In with JWT Token
  • Crud for Posts
  • Crud for Comments to Post
  • Plug for Authentication
  • Add Pagination

Project Setup

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.