automated push from the terminal
This commit is contained in:
37
readme.md
Normal file
37
readme.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# adsfads
|
||||
|
||||
## view all tourney
|
||||
|
||||
## add new tourney
|
||||
|
||||
## admin home
|
||||
|
||||
## 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}
|
||||
```
|
||||
Reference in New Issue
Block a user