This is a Spring Boot REST API designed to be consumed by frontend applications (Web / Mobile). It provides authentication, bookmarks, recipes, products and user APIs.
This API uses JWT (Bearer Token) authentication.
Login endpoint:
POST /api/auth/login
Include token in requests as:
Authorization: Bearer <token>
Base URL: http://localhost:8080
Active profile: default