{"id":28203085,"url":"https://github.com/mhmdd-farhan/cheffest-backend-spring","last_synced_at":"2026-04-15T16:02:13.655Z","repository":{"id":284771900,"uuid":"955997327","full_name":"mhmdd-farhan/cheffest-backend-spring","owner":"mhmdd-farhan","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-07T18:37:01.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T17:44:40.288Z","etag":null,"topics":["googleoauth","postgresql","spring-boot","springdatajpa"],"latest_commit_sha":null,"homepage":"https://cheffest-backend-spring.onrender.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mhmdd-farhan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-27T14:32:34.000Z","updated_at":"2025-04-23T13:50:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"221b4a25-7ef3-4c65-b578-08bf2228f744","html_url":"https://github.com/mhmdd-farhan/cheffest-backend-spring","commit_stats":null,"previous_names":["aan-cloud/cheffest-backend-spring","mhmdd-farhan/cheffest-backend-spring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhmdd-farhan/cheffest-backend-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdd-farhan%2Fcheffest-backend-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdd-farhan%2Fcheffest-backend-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdd-farhan%2Fcheffest-backend-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdd-farhan%2Fcheffest-backend-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhmdd-farhan","download_url":"https://codeload.github.com/mhmdd-farhan/cheffest-backend-spring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhmdd-farhan%2Fcheffest-backend-spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31848664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["googleoauth","postgresql","spring-boot","springdatajpa"],"created_at":"2025-05-17T01:13:13.145Z","updated_at":"2026-04-15T16:02:13.644Z","avatar_url":"https://github.com/mhmdd-farhan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cheffest Spring API Documentation\n\n## Overview\nCheffest Spring API is a backend service for managing users, carts, and food items in an online food ordering system. Built using Spring Boot, this API ensures efficient and scalable management of user interactions.\n\n## Tech Stack\n- **Spring Boot** - Core framework for backend development\n- **Spring Data JPA** - ORM for database operations\n- **Spring Web** - Handles RESTful API endpoints\n- **PostgreSQL** - Database for persistent storage\n- **Jakarta Persistence (JPA)** - Entity mapping and relationships\n- **Lombok** - Reduces boilerplate code\n- **Postman** - API documentation and testing\n\n## Features\n- **Auth system**: Register, login, and profile management\n- **Cart Management**: Add, remove, and update items in the cart\n- **Food Management**: Browse and retrieve food items\n- **Order Processing**: Handle checkout and order placement\n\n## API Documentation\nFull API documentation is available via Postman:\n[Cheffest API Documentation](https://www.postman.com/joint-operations-pilot-8366866/cheffest-spring-api/request/ppmmu06/food?action=share\u0026creator=36210259\u0026ctx=documentation)\n\n## Database Schema\n### User Table\n| Column   | Type    | Constraints |\n|----------|--------|-------------|\n| id       | UUID   | Primary Key |\n| name     | String | Unique, Not Null |\n| email    | String | Unique, Not Null |\n| avatarUrl| String | Optional |\n\n### Cart Table\n| Column  | Type  | Constraints |\n|---------|------|-------------|\n| id      | UUID | Primary Key |\n| user_id | UUID | Foreign Key (Users) |\n\n### Cart Items Table\n| Column  | Type  | Constraints |\n|---------|------|-------------|\n| id      | UUID | Primary Key |\n| cart_id | UUID | Foreign Key (Carts) |\n| food_id | UUID | Foreign Key (Foods) |\n| quantity| Int  | Not Null |\n\n## Setup and Installation\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/your-repo/cheffest-spring-api.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd cheffest-spring-api\n   ```\n3. Set up environment variables (database URL, credentials, etc.)\n4. Build and run the project:\n   ```sh\n   ./mvnw spring-boot:run\n   ```\n\n## Contact \u0026 Support\nFor any issues or contributions, feel free to raise an issue or contribute via PR in the GitHub repository.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmdd-farhan%2Fcheffest-backend-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhmdd-farhan%2Fcheffest-backend-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhmdd-farhan%2Fcheffest-backend-spring/lists"}