Files
SocialMediaApp/database.json
2026-01-30 20:52:12 +11:00

13 lines
245 B
JSON

{
"users": [
{
"email": "test@test",
"password": "test",
"joinedAt": "2026-01-30T09:47:19.314Z",
"username": "Test",
"bio": "test",
"avatar": "https://i.pravatar.cc/150?img=12"
}
],
"posts": []
}