{"id":30605772,"url":"https://github.com/rtandrew/betolyn","last_synced_at":"2026-04-05T08:34:21.475Z","repository":{"id":311414183,"uuid":"1043619533","full_name":"RTAndrew/betolyn","owner":"RTAndrew","description":"A sports betting mobile app for friends without connotations (React Native + Java Springboot)","archived":false,"fork":false,"pushed_at":"2026-04-02T20:35:17.000Z","size":55015,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-03T06:58:10.767Z","etag":null,"topics":["application","expo","python","react","react-native"],"latest_commit_sha":null,"homepage":"https://www.figma.com/design/dMXqrCjoMJ1r0QYfCmijw8/Bet-Design?node-id=164-1869","language":"TypeScript","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/RTAndrew.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-24T08:54:54.000Z","updated_at":"2026-04-02T20:35:20.000Z","dependencies_parsed_at":"2025-08-24T15:39:18.375Z","dependency_job_id":"8931c936-5d80-4bb6-9b58-bc34f705b721","html_url":"https://github.com/RTAndrew/betolyn","commit_stats":null,"previous_names":["rtandrew/betolyn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RTAndrew/betolyn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAndrew%2Fbetolyn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAndrew%2Fbetolyn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAndrew%2Fbetolyn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAndrew%2Fbetolyn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RTAndrew","download_url":"https://codeload.github.com/RTAndrew/betolyn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RTAndrew%2Fbetolyn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31430009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"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":["application","expo","python","react","react-native"],"created_at":"2025-08-30T02:39:49.642Z","updated_at":"2026-04-05T08:34:21.459Z","avatar_url":"https://github.com/RTAndrew.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ccenter\u003e\n  \u003ch2\u003eBet Olyn - Betting Platform\u003c/h2\u003e\n  \u003cb\u003eReact Native + Spring Boot\u003c/b\u003e\n\u003c/center\u003e\n\n\u003cbr\u003e\n\n## 📱 Prototype Showcase\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"assets/prototypes/iphone.png\" alt=\"Home Screen\" /\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\n\n\u003e **Note:** This work is still in progress...\n\nA social betting platform that brings friends together through friendly wagers and competitive fun. Built during the COVID pandemic as a way for friends to interact and collect points (or money) as entertainment, this platform has evolved into a comprehensive betting ecosystem.\n\n## 🎯 Project Overview\n\nThe initial design was conceived during the COVID pandemic as a creative solution for friends to stay connected and engaged through friendly competition. What started as a simple amusement has grown into a sophisticated betting platform that combines real-world events with social interaction.\n\n### Key Features\n- **Real Event Betting**: Create bets based on real events registered in the platform (soccer games, eSports matches, etc.)\n- **Custom Betting Channels**: Administrators can create public or private channels with custom \"betting criteria\"\n- **Social Interaction**: Connect with friends through shared betting experiences\n- **Flexible Scoring**: Support for both points-based and monetary betting systems\n\n## 🎨 Design \u0026 Prototyping\n\nThe platform's design and user experience were carefully crafted in Figma:\n**[View Design in Figma](https://www.figma.com/design/dMXqrCjoMJ1r0QYfCmijw8/Bet-Design?node-id=164-1869)**\n\n## 🏗️ Project Structure (Monorepo)\n\n```\n/\n├── mobile/          # React Native Expo application\n├── backend/         # Backend service (Spring Boot)\n├── README.md        # This file\n├── .gitignore       # Root gitignore\n└── Makefile         # Build and development scripts\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js (for mobile app)\n- Java 17+ (for backend)\n- Maven 3.6+ (or use Maven Wrapper included in project)\n- Expo CLI\n\n### Development\n\n#### Mobile App\n```bash\nmake dev-mobile\n# or\ncd mobile \u0026\u0026 npm start\n```\n\n#### Backend\n```bash\nmake dev-backend\n# or\ncd backend \u0026\u0026 ./mvnw spring-boot:run\n```\n\n## 🛠️ Available Commands\n\nRun `make help` to list all targets and their descriptions.\n\n| Command | Description |\n|---------|-------------|\n| `make dev-mobile` | Start the Expo development server |\n| `make dev-backend` | Start the Spring Boot development server |\n| `make dev` | Alias for `dev-mobile` (default development command) |\n| `make dev-seed` | Run the database seeder (requires backend running on port 8080) |\n| `make db-reset` | Reset the database: kill 8080, start backend with profile `reset` (schema drop + recreate), run seed, then stop backend. Use after schema changes. Next backend run should be without the `reset` profile. |\n| `make install-mobile` | Install mobile app dependencies |\n| `make install-backend` | Install backend dependencies |\n| `make setup` | Install all dependencies (mobile + backend) |\n| `make clean` | Remove build artifacts and dependencies (node_modules, backend/target) |\n| `make help` | Show all available make targets |\n\n## 🤝 Contributing\n\nEach project maintains its own dependencies and configuration. Changes to the mobile app should be made in the `mobile/` directory, and backend changes in the `backend/` directory.\n\n## 📱 Mobile App Features\n\nThe React Native mobile application provides an intuitive interface for:\n- Browsing available betting channels\n- Creating and managing bets\n- Tracking betting history and results\n- Social interactions with other users\n\n## 🔧 Backend Services\n\nThe Spring Boot backend handles:\n- User authentication and management\n- Bet creation and validation\n- Event registration and management\n- Channel administration\n- Real-time updates and notifications\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtandrew%2Fbetolyn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frtandrew%2Fbetolyn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frtandrew%2Fbetolyn/lists"}