Skip to content

Enrollment registration student form leverages these technologies to create a modern and efficient web application for registering students in an educational institution. It provides a user-friendly interface for entering student information and integrates with a backend server to store and manage enrollment data.

Notifications You must be signed in to change notification settings

rohitchourey0809/yellow-owl-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student form Assignment

image

API Reference

Get all items

  GET /students
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /students/${id}
Parameter Type Description
id string Required. Id of item to fetch

API Reference

POST all items

  POST /students
Parameter Type Description
api_key string Required. Your API key

POST item

  POST /students/${id}
Parameter Type Description
id string Required. Id of item to fetch

API Reference

PUT all items

  PUT /students
Parameter Type Description
api_key string Required. Your API key

DELETE item

  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


About

Enrollment registration student form leverages these technologies to create a modern and efficient web application for registering students in an educational institution. It provides a user-friendly interface for entering student information and integrates with a backend server to store and manage enrollment data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published