A boring activities rest API implemnentation.
I use it for interview problems and questions. You can too, if you need it.
git clone https://github.com/sixpounder/boring-activities-api.gitcd boring-activities-apideno installdeno task devfor local development,deno task buildfor a production build of the SPA
At http://<hostname> you will get a graphical UI that describes the endpoint
and can be used to call them. The api itself is located at
http://<hostname/api.