This is a beginner level project in SpringBoot. Here, user can input student data, press enter and the data is shown below in a tabular manner.
git clone https://github.com/ShubhanshuJha/Student-Data_SpringBoot-Beginner.git
cd Student-Data_SpringBoot-Beginner
mvn spring-boot:run
- Go to
http://localhost:4242
The project will be running on the localhost at port 4242.