Initial commit

This commit is contained in:
Brik
2026-01-27 04:16:08 +01:00
commit c296f53ba1
20 changed files with 3212 additions and 0 deletions

8
tests/register.rest Normal file
View File

@@ -0,0 +1,8 @@
POST http://localhost:3000/register HTTP/1.1
Content-Type: application/json
{
"email": "johndoe@exemple.com",
"username": "johndoe",
"password": "Password123"
}

2
tests/users/id.rest Normal file
View File

@@ -0,0 +1,2 @@
GET http://localhost:3000/users/johndoe HTTP/1.1
authorization: Bearer token