Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 388 Bytes

recipe-sharing

This project aims at exposing RESTful APIs for easy sharing of Recipes across users.

An authenticated user will be allowed to upload new recipes, while all the uploaded recipes are available to the general public to cook. Viewing recipes can be based on tags or as a whole list of available ones.

Tech Stack

  1. Java
  2. Spring Boot
  3. Hibernate
  4. Spring Security