Yasmine-Jamal / Graduation_Project_2024

This repo is for the frontend side of my Graduation project [Drowsy Driver Monitoring System] for 2024 using React.js
0 stars 0 forks source link

Registration Form #2

Closed khaled-taha closed 2 weeks ago

khaled-taha commented 2 weeks ago

Registration Form

Inputs [Full Name, Email, Age, Password]


Backend API

URL : http://86.38.205.133:8087/api/drivers

HTTP Method: POST

JSON Request:

{
  "fullName": "string",
  "email": "string",
  "age": 0,
  "password": "string"
}

JSON Response:

{
  "fullName": "string",
  "email": "string",
  "age": 0
}