This is a API project for User
to show recipes with other users
for cooking. Here I've used athentication for User
.
- Model
- Dtos
- Controllers
- Services
- Repositories
-
I have used
MySQL
database in this project. And usedSpringDataJPA
.
ArrayList<>
This API is a Spring Boot
project that is about users making recipes. In this project request is sent from the client on HTTP in JSON body or from path variable and stored in object then response is sent back from the server by JSON format to the client. Kindly refer application.properties to build connection with mysql database.