summaryrefslogtreecommitdiff
path: root/backend/src/data/users.json
diff options
context:
space:
mode:
authorAnjana Vakil <contact@anjana.dev>2025-08-26 12:40:16 -0500
committerAnjana Vakil <contact@anjana.dev>2025-08-26 12:40:16 -0500
commit1dc4f56425209d4ce1d7bb78ec8b5e7b5a755a82 (patch)
tree58d06cd695ae17302daff7a87d9096f1d39ea54a /backend/src/data/users.json
reset
Diffstat (limited to 'backend/src/data/users.json')
-rw-r--r--backend/src/data/users.json152
1 files changed, 152 insertions, 0 deletions
diff --git a/backend/src/data/users.json b/backend/src/data/users.json
new file mode 100644
index 0000000..0615d81
--- /dev/null
+++ b/backend/src/data/users.json
@@ -0,0 +1,152 @@
+[
+ {
+ "id": 1,
+ "username": "amina",
+ "name": "Amina Khan",
+ "email": "amina.khan@example.com"
+ },
+ {
+ "id": 2,
+ "username": "liam",
+ "name": "Liam O'Connor",
+ "email": "liam.oconnor@example.com"
+ },
+ {
+ "id": 3,
+ "username": "sofia",
+ "name": "Sofia Garcia",
+ "email": "sofia.garcia@example.com"
+ },
+ {
+ "id": 4,
+ "username": "raj",
+ "name": "Raj Patel",
+ "email": "raj.patel@example.com"
+ },
+ {
+ "id": 5,
+ "username": "fatima",
+ "name": "Fatima Al-Farsi",
+ "email": "fatima.alfarsi@example.com"
+ },
+ {
+ "id": 6,
+ "username": "marcus",
+ "name": "Marcus Johnson",
+ "email": "marcus.johnson@example.com"
+ },
+ {
+ "id": 7,
+ "username": "yuki",
+ "name": "Yuki Tanaka",
+ "email": "yuki.tanaka@example.com"
+ },
+ {
+ "id": 8,
+ "username": "priya",
+ "name": "Priya Singh",
+ "email": "priya.singh@example.com"
+ },
+ {
+ "id": 9,
+ "username": "carlos",
+ "name": "Carlos Mendoza",
+ "email": "carlos.mendoza@example.com"
+ },
+ {
+ "id": 10,
+ "username": "emma",
+ "name": "Emma Wilson",
+ "email": "emma.wilson@example.com"
+ },
+ {
+ "id": 11,
+ "username": "omar",
+ "name": "Omar Faruk",
+ "email": "omar.faruk@example.com"
+ },
+ {
+ "id": 12,
+ "username": "lina",
+ "name": "Lina Chen",
+ "email": "lina.chen@example.com"
+ },
+ {
+ "id": 13,
+ "username": "david",
+ "name": "David Johnson",
+ "email": "david.johnson@example.com"
+ },
+ {
+ "id": 14,
+ "username": "chloe",
+ "name": "Chloe Dubois",
+ "email": "chloe.dubois@example.com"
+ },
+ {
+ "id": 15,
+ "username": "kofi",
+ "name": "Kofi Mensah",
+ "email": "kofi.mensah@example.com"
+ },
+ {
+ "id": 16,
+ "username": "elena",
+ "name": "Elena Petrova",
+ "email": "elena.petrova@example.com"
+ },
+ {
+ "id": 17,
+ "username": "jamal",
+ "name": "Jamal Carter",
+ "email": "jamal.carter@example.com"
+ },
+ {
+ "id": 18,
+ "username": "nina",
+ "name": "Nina Schmidt",
+ "email": "nina.schmidt@example.com"
+ },
+ {
+ "id": 19,
+ "username": "ravi",
+ "name": "Ravi Kumar",
+ "email": "ravi.kumar@example.com"
+ },
+ {
+ "id": 20,
+ "username": "tariq",
+ "name": "Tariq Aziz",
+ "email": "tariq.aziz@example.com"
+ },
+ {
+ "id": 21,
+ "username": "sarah",
+ "name": "Sarah Mitchell",
+ "email": "sarah.mitchell@example.com"
+ },
+ {
+ "id": 22,
+ "username": "alex",
+ "name": "Alex Thompson",
+ "email": "alex.thompson@example.com"
+ },
+ {
+ "id": 23,
+ "username": "maria",
+ "name": "Maria Rodriguez",
+ "email": "maria.rodriguez@example.com"
+ },
+ {
+ "id": 24,
+ "username": "james",
+ "name": "James Anderson",
+ "email": "james.anderson@example.com"
+ },
+ {
+ "id": 25,
+ "username": "lisa",
+ "name": "Lisa Park",
+ "email": "lisa.park@example.com"
+ }
+] \ No newline at end of file