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,7 @@
POST http://localhost:8080/signup
content-type: application/json
{
"email": "test@example.com",
"password": "test"
}