Recipe Management Service API

This is a API project for User to show recipes with other users for cooking. Here I've used athentication for User.

Spring Boot Java Postman Google Chrome

Frameworks and Languages

Java v17 Spring Boot


Browser / Tools

Google Chrome Postman

Data flow

  1. Model
  2. Dtos
  3. Controllers
  4. Services
  5. Repositories
  • Database

    I have used MySQL database in this project. And used SpringDataJPA.

Datastructures

  • ArrayList<>

Summary

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.