Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 566 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 566 Bytes

💫 React Sessions Practice

The simplest API/Frontend I can come up with.

Initial setup

./up.sh --build

Subsequent runs

./up.sh

You should now be able to navigate to the React Frontend, or the Svelte Frontend and Backend locally 🥳.

Endpoints
  1. /v1/campaigns/add To add a Campaign
curl -H "Accept: application/json" \
     -X POST \
     --data '{"title": "Super awesome"}' \
     http://127.0.0.1:8000/v1/campaigns/add