Recipe search service for people on a diet
This is a simple MVC service app that allows to search through recipe stored
in database. Explore recipes and learn nutrient values for new dishes.
This app was created with aim to practice developing web services using Java
and Spring
. It allows the user to browse through newly created database,
which contains various information about food produces, recipes and nutrients.
Main features of the app consists of:
In further development following features are planned to be added:
In development following technologies were used:
In order to run the application follow these steps:
git clone https://github.com/Kamil-Kuk/food_and_recipes.git
src/main/resources/application.properties
spring.datasource.username
and spring.datasource.password
respectively (default root and password)mvn spring-boot:run
http://localhost:8080
in your browser