Personal website using Java, Spring MVC, Hibernate, MySQL CRUD operations
Development Platform - Eclipse
1] Clone this repository and import it to eclipse repository
2] Server -Install Tomcat server
3] To configure tomcat server in Eclipse - Click Here
4] Install(if not already) and start the MySQL server
5] Update your database configuration in application.properties
under src\main\resources
6] Run application on Tomcat server
7] Browser should automatically serve the website on http://localhost:9090/coorgusa
. Else fire up a browser and launch the app using the url.