initial commit

This commit is contained in:
Urban Modig
2026-03-22 16:36:05 +01:00
parent 67a2cd4290
commit 2c93f6777b
54 changed files with 9822 additions and 0 deletions

12
backend/user.http Normal file
View File

@ -0,0 +1,12 @@
### Create a user
POST http://localhost:8080/api/users
Content-Type: application/json
{
"name": "John Doe",
"avatar": "https://api.dicebear.com/7.x/avataaars/svg?seed=John"
}
### Fetch users
GET http://localhost:8080/api/users