My REST API

NodeJS & Express (SSR version)

response:

[

{

"id": "1"

"name": "John Smith"

"email": "john.smith@example.com"

"occupation": "Accountant"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/john-smith.png"

"active": "true"

},

{

"id": "2"

"name": "Emily Thorne"

"email": "emily.thorne@example.com"

"occupation": "Teacher"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/emily-thorne.png"

"active": "false"

},

{

"id": "3"

"name": "Daniel Davis"

"email": "daniel.davis@example.com"

"occupation": "Graphic Designer"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/daniel-davis.png"

"active": "true"

},

{

"id": "4"

"name": "Sophia Taylor"

"email": "sophia.taylor@example.com"

"occupation": "Software Engineer"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/sophia-taylor.png"

"active": "true"

},

{

"id": "5"

"name": "Michael Brown"

"email": "michael.brown@example.com"

"occupation": "Marketing Specialist"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/michael-brown.png"

"active": "true"

},

{

"id": "6"

"name": "Olivia Anderson"

"email": "olivia.anderson@example.com"

"occupation": "Project Manager"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/olivia-anderson.png"

"active": "false"

},

{

"id": "7"

"name": "Ethan Martinez"

"email": "ethan.martinez@example.com"

"occupation": "Financial Analyst"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/ethan-martinez.png"

"active": "true"

},

{

"id": "8"

"name": "Ava Wilson"

"email": "ava.wilson@example.com"

"occupation": "Registered Nurse"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/ava-wilson.png"

"active": "true"

},

{

"id": "9"

"name": "Harry Potter"

"email": "harry.potter@example.com"

"occupation": "Architect"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/harry-potter.png"

"active": "false"

},

{

"id": "10"

"name": "Isabella Harris"

"email": "isabella.harris@example.com"

"occupation": "Social Media Manager"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/isabella-harris.png"

"active": "true"

},

{

"id": "11"

"name": "William Clark"

"email": "william.clark@example.com"

"occupation": "Human Resources Specialist"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/william-clark.png"

"active": "true"

},

{

"id": "12"

"name": "Emma Lewis"

"email": "emma.lewis@example.com"

"occupation": "Event Planner"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/emma-lewis.png"

"active": "false"

},

{

"id": "13"

"name": "Liam Hall"

"email": "liam.hall@example.com"

"occupation": "Sales Representative"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/liam-hall.png"

"active": "true"

},

{

"id": "14"

"name": "Mia Rodriguez"

"email": "mia.rodriguez@example.com"

"occupation": "Customer Service Representative"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/mia-rodriguez.png"

"active": "true"

},

{

"id": "15"

"name": "Alexander Moore"

"email": "alexander.moore@example.com"

"occupation": "Legal Assistant"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/alexander-moore.png"

"active": "false"

},

{

"id": "16"

"name": "Sophie Reed"

"email": "sophie.reed@example.com"

"occupation": "Data Analyst"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/sophie-reed.png"

"active": "false"

},

{

"id": "17"

"name": "Elijah Cooper"

"email": "elijah.cooper@example.com"

"occupation": "Chef"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/elijah-cooper.png"

"active": "true"

},

{

"id": "18"

"name": "Charlotte Bell"

"email": "charlotte.bell@example.com"

"occupation": "Journalist"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/chalotte-bell.png"

"active": "true"

},

{

"id": "19"

"name": "James Brooks"

"email": "james.brooks@example.com"

"occupation": "Travel Consultant"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/james-brooks.png"

"active": "false"

},

{

"id": "20"

"name": "Grace Turner"

"email": "grace.turner@example.com"

"occupation": "Fitness Instructor"

"imgSrc": "https://raw.githubusercontent.com/esteecodes/images/main/users/grace-turner.png"

"active": "true"

},

]

developed by Multignite