This is a Kanban like API that is envisioned to be used as a more "real worldy" example for testing out frontend frameworks (more real-world than a todo app that is).
Currently there are no frontend implementations but will be added soon.
NOTE
: The API is envisioned to be run within a docker container (for easier portability) but
you are free to build the project locally (using stack) and run the generated binary.
NOTE 2
: Currently there is no authentication built into the API. Every resource is
publicly available.
- Install docker
- Install docker-compose
- Run:
make run
See here for api docs.