Flamingolo / game

Text based web game
1 stars 0 forks source link

Backend integration for character data #36

Open Flamingolo opened 2 weeks ago

olegsiga commented 2 weeks ago

create character

curl --location 'http://localhost:3000/api/character' \
--header 'Content-Type: application/json' \
--data '{
    "name": "cringo"
}'

get character

curl --location 'http://localhost:3000/api/character/66eff7fd665dc7b84ee29415' \
--data ''