This is a java project using spring boot framework. It's a full REST API project which exchanges data with client side.
* First of all, I downloaded the starter project on spring boot from Spring Initializr(https://start.spring.io/)
* I imported the project in my IDE(STS)
* I edited the properties to connect with mysql database
* Created Controller, Model, Bean, Manager in my project
* Created userEntity registration process, added cors header with the response in the controller through annotation
Controller accept all the requestes and return response.
Model is my table in the database.
Bean parse the data as needed.
These files contains the main methods known as business logics.