#Student Management System

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.

Client User Interface --Single Page Web Application

Functionality

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.

Environment

HTML, CSS, JavaScript, Bootstrap, AngularJS,JQuery

Go To Project

Presenation

Middle-Tier Bussiness Logic

Functionality

Here 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

Environment

Java 1.8 ,SpringMVC,REST API,JDBC API,MySQL

Presentation