Skip to content

jefromyers/dutc-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💫 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published