Files
apis.cardplayersunited.com/readme.md

48 lines
572 B
Markdown
Raw Normal View History

2026-02-19 00:37:10 -05:00
# Card Players United
## pg4 admin
http://localhost:5480/browser/
2026-02-09 11:06:47 -05:00
2026-02-19 00:45:05 -05:00
## documentation site
http://localhost:8000
2026-02-09 11:06:47 -05:00
## view all tourney
## add new tourney
## admin home
2026-02-19 00:37:10 -05:00
http://localhost:8888/
2026-02-09 11:06:47 -05:00
## login
## how to create new user
## tournament operations
### create tournament
http://localhost:8888/tournament/create/
### view existing tournament
browser:
```
http://localhost:8888/tournament/1/
```
terminal:
```
curl http://localhost:8888/tournament/1/
```
response:
```
{"id":1,"name":"323","description":"222","rental_price":222.0,"rented_user_id":222}
```