drgmr / trackr

A small college project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trackr

To start the application:

  • Ensure the database is running with docker-compose up -d
  • Install dependencies with mix deps.get
  • Create and migrate the database with mix ecto.setup
  • Start the Phoenix endpoint with iex -S mix phx.server

Tests can be run with mix test.

Now you can visit localhost:4000/graphiql from your browser.

About

A small college project.


Languages

Language:Elixir 100.0%