Student Management System application is used to maintain student records on the database by providing user with CRUD operations. As this is designed as a single page web application (SPA) no additional downloads are required. User can load the web page using any browser.
Provides user with the whole data table when user requests the application. It will also provide options to CREATE,READ,UPDATE,DELETE a student record and automatically update the data table with the new changes.
HTML, CSS, JavaScript, Bootstrap, AngularJS,JQuery
Go To ProjectHere resides the bussiness logic written in Java 1.8 to receive the request from the client UI and perform a operation on databse which is stored on different server. Also respond to the User Interface by communicating JSON data
Java 1.8 ,SpringMVC,REST API,JDBC API,MySQL