Initial commit

This commit is contained in:
2026-08-26 11:55:13 +02:00
commit 559ba6d51e
20 changed files with 3212 additions and 0 deletions
+8
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"
}