{"id":24762192,"url":"https://github.com/timnekk/orderflow","last_synced_at":"2025-10-11T09:31:23.630Z","repository":{"id":170489511,"uuid":"646629785","full_name":"TimNekk/OrderFlow","owner":"TimNekk","description":"Spring Boot Web App for Simulating Restaurant with Dishes and Orders","archived":true,"fork":false,"pushed_at":"2023-05-29T21:48:24.000Z","size":119,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T13:33:29.567Z","etag":null,"topics":["docker","docker-compose","java","jwt","logback","postgres","rabbitmq","spring","spring-boot","spring-security","springdoc","swagger"],"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/TimNekk.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}},"created_at":"2023-05-29T01:29:58.000Z","updated_at":"2025-03-09T07:06:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"5e307650-b8dd-4e61-ab99-c2106b1f6ebb","html_url":"https://github.com/TimNekk/OrderFlow","commit_stats":null,"previous_names":["timnekk/orderflow"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TimNekk/OrderFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FOrderFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FOrderFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FOrderFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FOrderFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimNekk","download_url":"https://codeload.github.com/TimNekk/OrderFlow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FOrderFlow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006754,"owners_count":26084180,"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-10-11T02:00:06.511Z","response_time":55,"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":["docker","docker-compose","java","jwt","logback","postgres","rabbitmq","spring","spring-boot","spring-security","springdoc","swagger"],"created_at":"2025-01-28T19:29:01.667Z","updated_at":"2025-10-11T09:31:23.625Z","avatar_url":"https://github.com/TimNekk.png","language":"Java","readme":"\u003cbr/\u003e\n\u003cp align=\"center\"\u003e\n\n  \u003cimg align=\"center\" src=\"https://socialify.git.ci/TimNekk/OrderFlow/image?description=1\u0026font=Inter\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026theme=Light\" alt=\"OrderFlow\" width=\"640\" height=\"320\" /\u003e\n\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/TimNekk/OrderFlow/actions/workflows/maven.yml/badge.svg\" alt=\"Tests\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/TimNekk/OrderFlow?color=dark-green\" alt=\"Contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/TimNekk/OrderFlow\" alt=\"Issues\"\u003e\n  \u003c/p\u003e\n\n\u003c/p\u003e\n\n\n## Table Of Contents\n\n* [About the Project](#about-the-project)\n* [Built With](#built-with)\n* [Getting Started](#getting-started)\n    * [Prerequisites](#prerequisites)\n    * [Installation](#installation)\n* [Usage](#usage)\n* [Contributing](#contributing)\n\n## About The Project\n\n![Screen Shot](images/screenshot.png)\n\nThis app allows to simulate restaurant with dishes and orders \n\n## Built With\n\n* [Spring Web](https://rwinch.github.io/spring-framework/web/webmvc.html)\n* [Spring Security](https://docs.spring.io/spring-security/)\n* [Spring Data JPA](https://spring.io/projects/spring-data-jpa)\n* [PostgreSQL](https://www.postgresql.org/)\n* [Springdoc](https://springdoc.org/)\n* [JWT](https://jwt.io/)\n* [Logback](http://logback.qos.ch/)\n* [Spring OAP](https://docs.spring.io/spring/reference/core/aop.html)\n* [RabbitMQ](https://www.rabbitmq.com/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- You need [docker](https://docs.docker.com/engine/install/)\n  and [docker-compose](https://docs.docker.com/compose/install/) to be installed on your machine.\n- Also you need [maven](https://maven.apache.org/install.html) to build app. Alternately you can use **jar** from\n  release.\n\n### Installation\n\n1. Clone the repo\n\n```sh\ngit clone https://github.com/TimNekk/OrderFlow\n```\n\n2. Build with Maven\n\n```sh\nmvn clean package -DskipTests\n```\n\n3. Rename `.env.dist` file to `.env`\n\n```sh\nmv .env.dist .env\n```\n\n4. Generate JWT secret key\n\n- Got to https://allkeysgenerator.com/\n- Choose `Encryption key` and `256-bit`\n- Check yes for `Hex`\n\n5. Fill `.env` with corresponding data\n\n6. Run app\n\n```sh\ndocker-compose up --build\n```\n\n## Usage\n\n- **Swagger UI** is available at http://localhost:8080/swagger-ui/index.html\n- **PGAdmin** is available at http://localhost:5050\n- **RabbitMQ** is available at http://localhost:15672\n\nEndpoint are protected with JWT, so make sure to register first and authorize using Bearer token.\n\n**MANAGER** role allows to access `api/v1/dish` and `api/v1/dishes`\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any\ncontributions you make are **greatly appreciated**.\n\n* If you have suggestions for adding or removing projects, feel free\n  to [open an issue](https://github.com/TimNekk/OrderFlow/issues/new) to discuss it, or directly create a pull\n  request after you edit the *README.md* file with necessary changes.\n* Please make sure you check your spelling and grammar.\n* Create individual PR for each suggestion.\n\n### Creating A Pull Request\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnekk%2Forderflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimnekk%2Forderflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnekk%2Forderflow/lists"}