Skip to content

gubbaraviteja/CuisineDiaryApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CuisineDiaryApi

This the service layer responsible for all the business logic

Build the application

  • mvn clean package
  • docker build -t cuisinediaryapi:1 .

Run the application

docker run -p 9004:9004 -v <location in your computer where you want to see the logs>:/usr/app/logs cuisinediaryapi:1

Example:

docker run -p 9004:9004 -v /c/Users/24171/learnWithFun/CuisineDiaryApi/logs/:/usr/app/logs cuisinediaryapi:1

Available Operations

  • saveRecipe
  • getRecipes

You can find the sample requests in the below postman collection https://www.getpostman.com/collections/4d374bf4ba7916ec6600

About

This is the service layer responsible for all the business logic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors