{"id":27519572,"url":"https://github.com/monquess/gather-flow-frontend","last_synced_at":"2026-04-29T23:31:39.783Z","repository":{"id":288082899,"uuid":"958164662","full_name":"monquess/gather-flow-frontend","owner":"monquess","description":"Platform built with React and NestJS that allows users to create, manage, and book events.","archived":false,"fork":false,"pushed_at":"2025-05-05T22:08:05.000Z","size":359,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-01T03:01:26.091Z","etag":null,"topics":["mantine","react","tanstack-react-query","typescript","zustand"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monquess.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-31T18:44:31.000Z","updated_at":"2025-05-05T22:13:38.000Z","dependencies_parsed_at":"2025-05-31T16:06:48.343Z","dependency_job_id":"8b694020-a47c-4658-8711-1ef498075628","html_url":"https://github.com/monquess/gather-flow-frontend","commit_stats":null,"previous_names":["monquess/gather-flow-frontend"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/monquess/gather-flow-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fgather-flow-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fgather-flow-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fgather-flow-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fgather-flow-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monquess","download_url":"https://codeload.github.com/monquess/gather-flow-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monquess%2Fgather-flow-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448363,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["mantine","react","tanstack-react-query","typescript","zustand"],"created_at":"2025-04-18T05:26:01.632Z","updated_at":"2026-04-29T23:31:39.778Z","avatar_url":"https://github.com/monquess.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/TypeScript-3178C6?logo=typescript\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-20232A?logo=react\u0026logoColor=%2361DAFB\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React_Query-FF4154?logo=reactquery\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Zod-3E67B1?logo=zod\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Stripe-635BFF?logo=stripe\u0026logoColor=fff\" /\u003e\n    \u003cimg src=\"https://img.shields.io/badge/i18next-26A69A?logo=i18next\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Mantine-339AF0?logo=mantine\u0026logoColor=fff\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Vite-646CFF?logo=vite\u0026logoColor=fff\" /\u003e\n\u003c/div\u003e\n\n## Overview\n\nAn advanced and elegant event and ticket managing application for creating and sharing events, built with React.\n\n## Table of Contents\n\n- [Project setup](#project-setup)\n  - [Dependencies](#dependencies)\n  - [Installation](#installation)\n  - [Running the client](#running-the-client)\n  - [API](#api)\n  - [Starting the application](#starting-the-application)\n- [License](#license)\n\n## Project setup\n\n### Dependencies\n\nBefore starting, ensure the following dependencies are installed on your system:\n\n- [Node.js](https://nodejs.org/en) v18.8 or higher.\n\n### Installation\n\nClone the project repository to your local machine\n\n```bash\n$ git clone https://github.com/monquess/gather-flow-frontend\n```\n\nGo to the project directory\n\n```bash\n$ cd gather-flow-backend/\n```\n\nCopy the example .env file and fill in any necessary values\n\n```bash\n$ cp .env.example .env\n```\n\nInstall project dependencies\n\n```bash\n$ npm ci\n```\n\n### API\n\nThis application depends on a API for data operations such as authentication, event management, and payments.\n\nYou can find the backend repository here [gather-flow-backend](https://github.com/monquess/gather-flow-backend)\n\n\u003e [!NOTE]\n\u003e Make sure the server is running and properly configured before starting the client.\n\n### Starting the application\n\nRun the client application using the following command\n\n```bash\n$ npm run dev\n```\n\nOnce the client has started successfully, the apllication will be accessible at http://localhost:4200 or on another port specified in the _.env_ file\n\n## License\n\nProject is licensed under [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonquess%2Fgather-flow-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonquess%2Fgather-flow-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonquess%2Fgather-flow-frontend/lists"}