A simple webpage(GUI) made to interact with the "Student Management System" REST-API which allows the user the to send POST,GET,DELETE,PATCH requests Using HTML,CSS,JAVASCRIPT
- Add student.
- Get a details of a specific student by selecting from the table or searching by student id.
- Update student.
- Delete student.
- Clone the repository:
https://github.com/VinuthSriArampath/StudentManagementSystem-Frontend.git
- Additional setup instructions:
- Before Runing the Frontend makesure to run the API on your personal computer.
- Reffer the Repository For More API-Documentation .
- Student Management Systemt Backend Repostitory Link
git clone https://github.com/VinuthSriArampath/StudentManagementSystem-Backend.git