{"id":21891084,"url":"https://github.com/rocity/event-buddy","last_synced_at":"2026-05-17T18:10:54.747Z","repository":{"id":98426505,"uuid":"138221878","full_name":"rocity/event-buddy","owner":"rocity","description":"🎉 Event Buddy App from https://designchallenge.xyz/event-buddy-app","archived":false,"fork":false,"pushed_at":"2018-06-22T10:00:56.000Z","size":5868,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T03:12:19.927Z","etag":null,"topics":["ngx"],"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/rocity.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}},"created_at":"2018-06-21T21:08:05.000Z","updated_at":"2018-07-04T06:15:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"82c946d1-a5bd-48c0-b0bb-b93b46067b44","html_url":"https://github.com/rocity/event-buddy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rocity/event-buddy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocity%2Fevent-buddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocity%2Fevent-buddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocity%2Fevent-buddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocity%2Fevent-buddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rocity","download_url":"https://codeload.github.com/rocity/event-buddy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rocity%2Fevent-buddy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33149521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ngx"],"created_at":"2024-11-28T12:19:28.623Z","updated_at":"2026-05-17T18:10:54.731Z","avatar_url":"https://github.com/rocity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Buddy App\n\nhttps://designchallenge.xyz/event-buddy-app\n\n## Overview\n\nSometimes people want to go to an event (concert, museum exhibit, etc.) that none of their friends are interested in. These people might not want to experience the event alone, so they forego the opportunity. Create an app to allow people like this to find one or more person to go to the show with them.\n\nThis mobile application is about making friends and spending time with people, so consider what people might want to learn before messaging others to go to the event together. It should feel like a safe environment, so think carefully about the application design and available features.\n\nPlease propose a design for the event search, user profile, and event meetup confirmation while keeping in mind the overall functionality and structure.\n\n## Features\n\nThe application could include:\n\nProfile pictures.\nPrevious events.\nList of tastes and hobbies.\nTicket-splitting.\nKeep in mind that these are not the only features that might be required, and you should use your initiative to ensure a usable and interesting experience.\n\n## Please Prioritize\n\nGood usability.\nAppropriate aesthetics for the demographic, tone, mobile/touch paradigms, etc.\nInsight into your process, including any sketches, brainstorms, notes, wireframes, and assumptions on the product.\n\n# Mockups\n\n[MOCKUPS](./MOCKUPS.md)\n\n# Installation\n\n## Django\n\nRun `pip install -r requirements.txt`\n\n## Angular\n\nRun `yarn install`\n\n# Django Development\n\n| Tech | Version |\n| ---- | ------- |\n| Python | `\u003e= 3.5.2` |\n| Django | `2.0.5` |\n\n# Angular Development\n\n| Tech | Version |\n| ---- | ------- |\n| Node Version | `v9.10.0` |\n| Typescript | `2.7.2` |\n| NPM Version | `5.6.0` |\n| Angular CLI | `6.0.3` |\n| Angular | `6.0.2` |\n| Package Manager | `yarn v0.27.5` |\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n\n\n# Production\n\n## Building\n\nRun `npm postbuild` to build the angular app in the server.\n\n# License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocity%2Fevent-buddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frocity%2Fevent-buddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frocity%2Fevent-buddy/lists"}