This is an example Kanban Board API written in Phoenix Framework.
You can test it with this React Front End: https://github.com/ionmx/simple-kanban-react
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.serveror inside IEx withiex -S mix phx.server
Now API is available at localhost:4000.