It is bascically a CRUD app which is developed on the basis of MVC architecture. In this project there is a list of student which can be updated hence a student can be added or deleted or updated. A demo of all features is given in Demo section below. for developing install all dependecies or alternatively to run above project just follow the steps given in Local setup
- Backend: JSP and Servlet
- Frontend: HTML and CSS
- Database: MySQL
- Server: Apache Tomcat
- JDK
- Eclipse IDE for Java EE Developers or any other IDE
- MySQL
- JDBC connector
- Apache Tomcat
Note:no need to install above dependencies here.
Follow the steps below to run project in your local machine:
- download and install the apache tomcat.
- download web-student-tracker.war
- put it inside webapps folder given in directory where tomcat is installed.
- run tomcat.
- in browser run http://localhost:8080/web-student-tracker/.