Skip to content

Built on Spring MVC framework, this project does 4 basic (C.R.U.D.) operation on MySql database present locally on the server.

Notifications You must be signed in to change notification settings

dexter808/Student-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Student Management System

Built on Spring MVC framework, this project does 4 (C.R.U.D.) operation on MySql database present locally on the server. It uses tomcat embeded server, JPA and Hibernate for SQL related operations, and Thymeleaf for managing views.

How to setup

  1. Install and configure MySql on your machine and edit the application.properties in the resource folder accordingly before starting the spring boot app. (Create a user , grant all permission to a particular database to that user, use that database and create a table of 'User' inside it with rollno primary key, name and email)
  2. Run the Demo2Application.java in the src/main/java/com/example/demo/controller as a Java Application, you can use Eclipse to do this.
  3. Server will start on a port.(See the conole for the port no. most probably it will be 8080, or http://localhost:8080)

About

Built on Spring MVC framework, this project does 4 basic (C.R.U.D.) operation on MySql database present locally on the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published