{"id":15111255,"url":"https://github.com/MindlessMuse666/restaurant-android-app","last_synced_at":"2025-03-28T13:33:46.024Z","repository":{"id":256447201,"uuid":"855329687","full_name":"MindlessMuse666/restaurant-android-app","owner":"MindlessMuse666","description":"This is a student project on the discipline “Mobile Development” for the 1st year of college. The goal of the project is to create a small application for a restaurant, which will allow users to conveniently interact with the services of the establishment.","archived":false,"fork":false,"pushed_at":"2024-09-15T17:28:05.000Z","size":1750,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T06:31:41.265Z","etag":null,"topics":["android-studio","kotlin","kotlin-android","mobile-development"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/MindlessMuse666.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-09-10T17:34:27.000Z","updated_at":"2024-12-14T20:42:08.000Z","dependencies_parsed_at":"2024-09-15T18:07:31.246Z","dependency_job_id":null,"html_url":"https://github.com/MindlessMuse666/restaurant-android-app","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"e5947301ee5e7bef592eadce04b2a12af6f63609"},"previous_names":["mindlessmuse666/registrationpage","mindlessmuse666/restaurant-android-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindlessMuse666%2Frestaurant-android-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindlessMuse666%2Frestaurant-android-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindlessMuse666%2Frestaurant-android-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MindlessMuse666%2Frestaurant-android-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MindlessMuse666","download_url":"https://codeload.github.com/MindlessMuse666/restaurant-android-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245550605,"owners_count":20633875,"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":["android-studio","kotlin","kotlin-android","mobile-development"],"created_at":"2024-09-26T00:02:45.835Z","updated_at":"2025-03-28T13:33:45.433Z","avatar_url":"https://github.com/MindlessMuse666.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RestaurantApp (RU) 🍽️\n\n## О проекте 📚\n\nЭто студенческий проект по дисциплине \"Мобильная разработка\" для 1-го курса колледжа. Цель проекта — создание небольшого приложения для ресторана, которое позволит пользователям удобно взаимодействовать с услугами заведения. \n\n## Технологии 🛠️\n\n- **IDE**: Android Studio\n- **Языки программирования**: Kotlin, Java, XML\n- **База данных**: Firebase\n\n## Реализовано на данный момент ✅\n\n1. Регистрация пользователя.\n2. Аутентификация по паролю/почте.\n3. Интеграция с базой данных Firebase.\n4. Свёрстка UI для активностей.\n5. Связь между активностями.\n\n## Планируемые обновления 🔜\n\n1. Авторизация пользователей и система ролей (админ, менеджер, пользователь).\n2. Подтверждение электронной почты.\n3. Система оплаты.\n4. Система доставки блюд с пуш-уведомлениями (например, через Telegram).\n5. Возможность резервировать столик на определённый день и время.\n6. Отображение изображений блюд в списке MainActivity.\n7. Дополнительные сведения о блюде при нажатии на соответствующую кнопку в списке блюд.\n\n## Установка ⚙️\n\n1. Клонируйте репозиторий на свое устройство:\n   ```bash\n   git clone \u003cURL_РЕППОЗИТОРИЯ\u003e\n   ```\n2. Откройте проект в Android Studio.\n3. Настройте параметры Firebase.\n4. Запустите приложение на эмуляторе или реальном устройстве.\n\n## Контрибьюции 🤝\n\nБуду рад любым предложениям и улучшениям! Пожалуйста, создавайте pull requests или открывайте issues.\n\n## Лицензия 📝\n\nЭтот проект размещён под лицензией MIT.\n\n---\n\n# RestaurantApp (ENG) 🍽️\n\n## About the project 📚\n\nThis is a student project on the discipline “Mobile Development” for the 1st year of college. The goal of the project is to create a small application for a restaurant, which will allow users to conveniently interact with the services of the establishment.\n\n## Technology 🛠️\n\n- **IDE**: Android Studio\n- **Programming Languages**: Kotlin, Java, XML\n- **Database**: Firebase\n\n## Implemented so far ✅\n\n1. User registration.\n2. Authentication by password/email.\n3. Integration with Firebase database.\n4. UI layout for activities.\n5. Communication between activities.\n\n## Planned updates 🔜\n\n1. User authorization and role system (admin, manager, user).\n2. Email confirmation.\n3. Payment system.\n4. Meal delivery system with push notifications (e.g. via Telegram).\n5. Ability to reserve a table for a certain day and time.\n6. Display of dish images in the MainActivity list.\n7. Additional information about the dish when you click on the corresponding button in the dish list.\n\n## Setup ⚙️\n\n1. Clone the repository to your device:\n   ```bash\n   git clone \u003cURL_REPOSITORY\u003e\n   ```\n2. Open the project in Android Studio.\n3. Configure the Firebase settings.\n4. Run the application on an emulator or a real device.\n\n## Contributions 🤝\n\nI will be glad to receive any suggestions and improvements! Please create pull requests or open issues.\n\n## License 📝\n\nThis project is hosted under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMindlessMuse666%2Frestaurant-android-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMindlessMuse666%2Frestaurant-android-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMindlessMuse666%2Frestaurant-android-app/lists"}