The simplest API/Frontend I can come up with.
./up.sh --build
./up.sh
You should now be able to navigate to the React Frontend, or the Svelte Frontend and Backend locally 🥳.
/v1/campaigns/add
To add aCampaign
curl -H "Accept: application/json" \
-X POST \
--data '{"title": "Super awesome"}' \
http://127.0.0.1:8000/v1/campaigns/add