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.server
or inside IEx withiex -S mix phx.server
Now API is available at localhost:4000
.