Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 307 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 307 Bytes

Population API

Elixir implementation of Population API

  • Framework-less
  • GraphQL API
  • PostgreSQL

Setup environment

  brew install elixir
  mix deps.get

Setup project (database and import)

  mix do ecto.create, ecto.migrate, import

Run server

  mix run --no-halt