Skip to content

1coro/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stazeni

git clone https://github.com/1coro/test.git test

Instalace

cd test
docker-compose up

Testy

Vlozeni zaznamu:

curl -H "Content-Type: application/json" \
  --request POST \
  --data '{"method": "insert", "params": {"id_hry": 10, "id_usera": 15, "score": "99"}, "id":1}' \
  http://localhost:8088/api/score

Vypis skore:

curl -H "Content-Type: application/json" \
  --request POST \
  --data '{"method": "list", "params": {"id_hry": 10}, "id":1}' \
  http://localhost:8088/api/top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published