Skip to content

conorkenn/dnd-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DND manager

Create and List characters MVP

$ curl -X POST http://localhost:8080/characters -H "Content-Type: application/json" -d '{"name":"Suel","race":"Tiefling","class":"Bard","level":1}'
{"name":"Suel","race":"Tiefling","class":"Bard","level":1}
$ curl -X GET http://localhost:8080/characters
[{"name":"Suel","race":"Tiefling","class":"Bard","level":1},{"name":"Suelchi","race":"Orc","class":"Monk","level":1}]

Dice

$ curl -X POST http://localhost:8080/roll -H "Content-Type: application/json" -d '{"sides":6, "num_rolls":4}'
{"message":"Successfully rolled dice","num_rolls":4,"results":[3,4,2,3],"sides":6}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published