Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 849 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 849 Bytes

Dummy API for testing out frontend frameworks

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.

How to run

  1. Install docker
  2. Install docker-compose
  3. Run: make run

API Docs

See here for api docs.