/phoenix_api

A barebones Elixir JSON API using Phoenix

Primary LanguageElixir

PhoenixApi

A barebones Elixir JSON API built using the Phoenix framework

To start:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server