Skip to content

mesutacar0/recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Recipe API

BackEnd Rest Service for Recipes

Requirements

For building and running the application you need;

  • JDK 17
  • Maven
  • Spring Boot 3

Building and Running

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.mendix.recipe.RecipeApplication class from your IDE.

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

mvn spring-boot:run

Usage

Application will initially look for xml files on path specified at application.properties recipe.app.xmlFilePath tag.

After building and running the application locally at 8080 port; available endpoints and model with documentations will be accessed and can be tested on;

Swagger UI

Unit Test

Unit tests can be run as;

mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages