Skip to content

Project inspired by JAVA BACKEND DEVELOPER COURSE by IntelliJ JetBrains

Notifications You must be signed in to change notification settings

f1reballl/BookOfRecipes

 
 

Repository files navigation

Book Of Recipes

Project inspired by JAVA BACKEND DEVELOPER COURSE by IntelliJ JetBrains

About

An urge to cook something special is too hard to resist sometimes. But what if you lost the recipe? Or your beloved grandma is too busy to answer a call and remind you of your favorite cake recipe? Let's make a program that stores all recipes in one place. Create a multi-user web service with Spring Boot that allows storing, retrieving, updating, and deleting recipes.

You can run my program with: mvn spring-boot:run

Frameworks Deployed

  • Java
  • Spring Boot Starter, Spring Boot JPA, Spring Boot JDBC, Spring MVC, Spring Boot Security
  • Gradle
  • JPA/Hibernate
  • H2/SQL
  • IntelliJ (IDE) There are three predefined users in the DB with roles ADMIN and USER.

There are 4 predefined users in the DB with roles ADMIN, STAFF and USER.

Login Password Role
[email protected] Mardashker11 ADMIN
[email protected] Ospodaryk11 ADMIN
[email protected] Romana33 STAFF
[email protected] Tshs44 USER

About

Project inspired by JAVA BACKEND DEVELOPER COURSE by IntelliJ JetBrains

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%