The title of my project

Student registration 👨‍🎓

Why did I create this project?

I created this project because java is one of my favourites languages to use, and I wanted to familiarize myself with the new framework Spring Boot since its been getting famous and huge companies like Udemy, Netflix, Walmart and other big entities.

I used Spring Boot to post, get, put and delete students information from the database. In this project, I used API Layer, Dependency Injection, Properties file, Creating and connecting to Database, JPA and Entity, JPA Repository. With post mapping, we will check the database if the email exists or not, if it doesn't then save it in the current database.