Initial commit

This commit is contained in:
user
2026-07-12 13:47:34 +04:00
commit 51e2e789d0
37 changed files with 2005 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
clear
# We move the table with id 6 from room 3 to room 1, rename it to 12
curl -X PUT -H 'Content-Type: application/json' -d '{"id":6,"name":12,"max_people":6,"room":"Room 1"}' localhost:8080/table --silent
# Now there are an equal number of tables in each room