Student form Assignment
GET /students
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /students/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
POST /students
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
POST /students/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
PUT /students
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
DELETE /students/${id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
for frontend npm start
for backend npm run dev
Frontend repo
https://github.com/rohitchourey0809/yellow-owl-registrationform
backend repo
https://github.com/rohitchourey0809/Backend-yellow-owl