Skip to content

merttuncay/recipeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RECIPE API

Introduction

A comprehensive solution for storing and retrieving recipe XML files. With this tool, you can easily save recipes in XML format to a database, while also organizing them by categories and recipe names. The API enables efficient searching and filtering, allowing you to quickly access recipes based on specific preferences. Seamlessly integrate this API into your applications, websites, or platforms, and enjoy the scalability, reliability, and ease of managing your recipe collection. Simplify your recipe management process and provide an exceptional user experience with the Recipe API.

Requirements

For building and running the application you need:

Docker Compose support

This project contains a Docker Compose file named compose.yaml. In this file, the following services have been defined:

Database

As Database, PostgreSQL was used. You could find the DDL file for schema and table creation for the database.

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.example.recipeapi.RecipeApiApplication class from your IDE.

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

Postman Collection

There is a postman collection for sample requests available in following.

Mendix Postman Collection

Guides and Dependencies

You could find the following libraries that I use:

About

Recipe web site, back-end REST services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages