adding rest-api

This commit is contained in:
2026-07-08 06:59:16 -05:00
parent 0ef9b90bcd
commit 60c2f20fea
20 changed files with 524 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
POST http://localhost:8080/events
content-type: application/json
{
"name": "Test event",
"description": "A test event",
"location": "A test location",
"dateTime": "2025-01-01T15:30:00.000Z"
}