{"id":15166913,"url":"https://github.com/sugam-arora/zomeal","last_synced_at":"2026-02-14T03:06:17.349Z","repository":{"id":246955612,"uuid":"824116448","full_name":"SUGAM-ARORA/Zomeal","owner":"SUGAM-ARORA","description":"Welcome to Zomeal, your ultimate culinary guide! Discover the finest eateries and hidden gems in your city with Zomeal. Whether you're craving a quick bite or a gourmet experience, Zomeal connects you to flavors that delight and dishes that inspire. Embark on a delicious journey with us and elevate your dining adventures!","archived":false,"fork":false,"pushed_at":"2024-12-12T19:19:21.000Z","size":5325,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T06:51:19.777Z","etag":null,"topics":["devops","devsecops","devsecops-pipeline","docker","git","jenkins","kubernetes","nodejs","npm","owasp","sonarqube","trivy","zomato","zomatoclone"],"latest_commit_sha":null,"homepage":"https://zomeal.vercel.app","language":"JavaScript","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/SUGAM-ARORA.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":"2024-07-04T11:51:57.000Z","updated_at":"2024-10-19T19:36:38.000Z","dependencies_parsed_at":"2024-07-06T01:21:32.176Z","dependency_job_id":null,"html_url":"https://github.com/SUGAM-ARORA/Zomeal","commit_stats":null,"previous_names":["sugam-arora/zomeal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUGAM-ARORA%2FZomeal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUGAM-ARORA%2FZomeal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUGAM-ARORA%2FZomeal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SUGAM-ARORA%2FZomeal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SUGAM-ARORA","download_url":"https://codeload.github.com/SUGAM-ARORA/Zomeal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238120388,"owners_count":19419763,"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","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":["devops","devsecops","devsecops-pipeline","docker","git","jenkins","kubernetes","nodejs","npm","owasp","sonarqube","trivy","zomato","zomatoclone"],"created_at":"2024-09-27T05:03:55.685Z","updated_at":"2025-10-25T10:30:49.735Z","avatar_url":"https://github.com/SUGAM-ARORA.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zomeal: Where Culinary Delight Meets Cutting-Edge Security and Deployment\n\n![Build, Analyze, Scan](https://github.com/SUGAM-ARORA/Zomeal/actions/workflows/deploy.yaml/badge.svg)\n\nWelcome to **Zomeal**, an advanced DevSecOps project designed to clone Zomato with enhanced security and deployment capabilities. Leveraging cutting-edge technologies like React, Node.js, Docker, Kubernetes, GitHub Actions, SonarQube, Trivy, Jenkins, and OWASP principles, Zomeal ensures a seamless, secure, and scalable dining experience.\n\n## Table of Contents\n\n1. [Project Overview](#project-overview)\n2. [Tech Stack](#tech-stack)\n3. [Features](#features)\n4. [Installation](#installation)\n5. [Usage](#usage)\n6. [Available Scripts](#available-scripts)\n7. [Security and Testing](#security-and-testing)\n8. [CI/CD Pipeline](#cicd-pipeline)\n9. [Build Details](#build-details)\n10. [Learn More](#learn-more)\n11. [License](#license)\n\n## Project Overview\n\n**Zomeal** is your ultimate culinary guide, designed to provide a seamless experience for discovering eateries and hidden gems. With a focus on security, continuous integration, and high performance, Zomeal aims to revolutionize the way you explore and enjoy food.\n\n## Tech Stack\n\n- **Frontend:** React\n- **Backend:** Node.js\n- **Containerization:** Docker\n- **Orchestration:** Kubernetes\n- **CI/CD:** GitHub Actions\n- **Code Quality:** SonarQube\n- **Vulnerability Scanning:** Trivy\n- **Automation:** Jenkins\n- **Security:** OWASP\n\n## Features\n\n- **Create React App:** Bootstrapped for easy setup and development.\n- **Containerization:** Docker ensures consistent environments across different stages.\n- **Orchestration:** Kubernetes for managing and scaling clusters.\n- **Continuous Integration and Deployment:** Automated pipelines with GitHub Actions.\n- **Code Quality and Security:** Integrated SonarQube and Trivy for robust scanning.\n- **OWASP Compliance:** Adherence to top security practices for web applications.\n\n## Installation\n\nClone the repository:\n```bash\ngit clone https://github.com/SUGAM-ARORA/Zomeal.git\ncd Zomeal\n```\n\nInstall dependencies:\n```bash\nnpm install\n```\n\n## Usage\n\n### `npm start`\n\nRuns the app in development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload if you make edits.\\\nYou will also see any lint errors in the console.\n\n### `npm test`\n\nLaunches the test runner in interactive watch mode.\\\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### `npm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\n## Available Scripts\n\n### `npm run eject`\n\nEjects the app for full control over configuration files and dependencies.\n\n### Additional Scripts\n\n- **Code Splitting:** [Learn More](https://facebook.github.io/create-react-app/docs/code-splitting)\n- **Analyzing the Bundle Size:** [Learn More](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n- **Making a Progressive Web App:** [Learn More](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n- **Advanced Configuration:** [Learn More](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n- **Deployment:** [Learn More](https://facebook.github.io/create-react-app/docs/deployment)\n- **Troubleshooting `npm run build` Fails to Minify:** [Learn More](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n\n## Security and Testing\n\n- **SonarQube:** Scans code for vulnerabilities and code smells.\n- **Trivy:** Checks Docker images for vulnerabilities.\n- **OWASP Compliance:** Ensures adherence to top security practices.\n\n## CI/CD Pipeline\n\n- **GitHub Actions:** Automated workflows for continuous integration and deployment.\n- **Jenkins:** Used for advanced automation tasks.\n- **SonarQube and Trivy:** Integrated into the pipeline for continuous security checks.\n\n## Build Details\n\n[![Build, Analyze, Scan](https://github.com/SUGAM-ARORA/Zomeal/actions/workflows/deploy.yaml/badge.svg)](https://github.com/SUGAM-ARORA/Zomeal/actions/workflows/deploy.yaml)\n\n- **Build Status:** Automatically triggered on push and pull request events.\n- **Analysis:** Runs SonarQube analysis for code quality.\n- **Scanning:** Utilizes Trivy for vulnerability scanning.\n\n## Learn More\n\n- [React Documentation](https://reactjs.org/)\n- [Create React App Documentation](https://facebook.github.io/create-react-app/docs/getting-started)\n- [Docker Documentation](https://docs.docker.com/)\n- [Kubernetes Documentation](https://kubernetes.io/docs/home/)\n- [GitHub Actions Documentation](https://docs.github.com/en/actions)\n- [SonarQube Documentation](https://docs.sonarqube.org/)\n- [Trivy Documentation](https://aquasecurity.github.io/trivy/)\n\n## License\n\nThis project is licensed under the MIT License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugam-arora%2Fzomeal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsugam-arora%2Fzomeal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugam-arora%2Fzomeal/lists"}