{"id":19136039,"url":"https://github.com/shchoholiev/recipes","last_synced_at":"2026-05-05T14:03:24.193Z","repository":{"id":291344967,"uuid":"571751304","full_name":"Shchoholiev/recipes","owner":"Shchoholiev","description":"Rest API for recipes managing using Java Spring Boot. And front-end web app made with React.","archived":false,"fork":false,"pushed_at":"2025-05-04T01:44:55.000Z","size":721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T08:51:58.763Z","etag":null,"topics":["java","react","spring-boot","sql-server"],"latest_commit_sha":null,"homepage":"","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/Shchoholiev.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":"2022-11-28T20:08:14.000Z","updated_at":"2025-05-04T01:44:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"915cde92-bbc1-479b-92d7-6781edaa3ab3","html_url":"https://github.com/Shchoholiev/recipes","commit_stats":null,"previous_names":["shchoholiev/recipes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shchoholiev/recipes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shchoholiev","download_url":"https://codeload.github.com/Shchoholiev/recipes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shchoholiev%2Frecipes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274402219,"owners_count":25278336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["java","react","spring-boot","sql-server"],"created_at":"2024-11-09T06:32:58.719Z","updated_at":"2026-05-05T14:03:19.156Z","avatar_url":"https://github.com/Shchoholiev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recipes\n\nA comprehensive web application for managing recipes, featuring a RESTful API built with Java Spring Boot and a responsive front-end developed using React.\n\n## Table of Contents\n\n- [Features](#features)\n- [Stack](#stack)\n- [Installation](#installation)\n  - [Prerequisites](#prerequisites)\n  - [Setup Instructions](#setup-instructions)\n- [Configuration](#configuration)\n- [Usage](#usage)\n\n## Features\n\n- **Recipe Management**: Create, read, update, and delete recipes.\n- **User Authentication**: Secure user registration and login functionalities.\n- **Search Functionality**: Efficiently search for recipes by various criteria.\n- **Responsive Design**: Seamless user experience across devices.\n\n## Stack\n\n- **Backend**: Java Spring Boot\n- **Frontend**: React\n- **Database**: SQL Server\n\n## Installation\n\n### Prerequisites\n\n- **Java Development Kit (JDK)**: Version 11 or higher\n- **Node.js**: Version 14 or higher\n- **SQL Server**: Installed and running\n\n### Setup Instructions\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/Shchoholiev/recipes.git\n   cd recipes\n   ```\n\n2. **Backend Setup**:\n\n   - Navigate to the backend directory:\n\n     ```bash\n     cd recipes\n     ```\n\n   - Build the project using Maven:\n\n     ```bash\n     mvn clean install\n     ```\n\n   - Run the Spring Boot application:\n\n     ```bash\n     mvn spring-boot:run\n     ```\n\n3. **Frontend Setup**:\n\n   - Navigate to the frontend directory:\n\n     ```bash\n     cd recipesweb\n     ```\n\n   - Install dependencies:\n\n     ```bash\n     npm install\n     ```\n\n   - Start the React development server:\n\n     ```bash\n     npm start\n     ```\n\n## Configuration\n\n- **Backend**:\n\n  - Configure the `application.properties` file located in the `src/main/resources` directory to set up database connection details:\n\n    ```properties\n    spring.datasource.url=jdbc:sqlserver://localhost:1433;databaseName=your_database_name\n    spring.datasource.username=your_username\n    spring.datasource.password=your_password\n    ```\n\n## Usage\n\n- **Accessing the Application**: Open your browser and navigate to `http://localhost:3000` to interact with the frontend interface.\n- **Managing Recipes**: Use the web interface to add, edit, view, and delete recipes.\n- **User Authentication**: Register a new account or log in to access personalized features.\n- **Searching Recipes**: Utilize the search bar to find recipes based on keywords or ingredients.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Frecipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshchoholiev%2Frecipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshchoholiev%2Frecipes/lists"}