{"id":22729667,"url":"https://github.com/meroo1010/coffee-land","last_synced_at":"2026-04-18T00:01:59.955Z","repository":{"id":64530147,"uuid":"563131866","full_name":"MEROO1010/coffee-land","owner":"MEROO1010","description":"coffee-land flutter app about ordering coffee ","archived":false,"fork":false,"pushed_at":"2025-05-03T18:35:36.000Z","size":10519,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T19:35:36.385Z","etag":null,"topics":["android-application","app","appdev","appdevelopment","application","dart","dart-package","dart-packages","flutter","flutter-app","flutter-apps","flutter-demo","flutter-examples","flutter-ui","ios-application"],"latest_commit_sha":null,"homepage":"https://flutter.dev/","language":"Dart","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/MEROO1010.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}},"created_at":"2022-11-08T01:04:22.000Z","updated_at":"2025-05-03T18:35:40.000Z","dependencies_parsed_at":"2024-12-10T18:21:04.900Z","dependency_job_id":null,"html_url":"https://github.com/MEROO1010/coffee-land","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MEROO1010/coffee-land","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEROO1010%2Fcoffee-land","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEROO1010%2Fcoffee-land/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEROO1010%2Fcoffee-land/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEROO1010%2Fcoffee-land/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MEROO1010","download_url":"https://codeload.github.com/MEROO1010/coffee-land/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MEROO1010%2Fcoffee-land/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31950891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"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":["android-application","app","appdev","appdevelopment","application","dart","dart-package","dart-packages","flutter","flutter-app","flutter-apps","flutter-demo","flutter-examples","flutter-ui","ios-application"],"created_at":"2024-12-10T18:11:00.766Z","updated_at":"2026-04-18T00:01:59.948Z","avatar_url":"https://github.com/MEROO1010.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coffee_land  :coffee:\t \n\n## :pushpin: Getting Started\nCoffee Land is a cross-platform mobile application developed using Flutter, designed to provide users with a seamless coffee ordering experience. This project brings to life a UI/UX design previously showcased on Behance, emphasizing intuitive navigation and aesthetic appeal.\n\nDesign Inspiration\n\nThe application's design is based on a concept previously created and shared on Behance. You can view the original design here:\n\n👉 Coffee Land App Design on Behance\n\nhttps://www.behance.net/gallery/149167533/Coffee-Land-App-design  \n\n\n## :pushpin: The mouckup \n![mouckup coffeeland](https://user-images.githubusercontent.com/72358981/210159336-ac5f3535-a54f-4d66-a996-a77c280b50be.png)\n\n##  :pushpin:The preview of the app :point_down:\t\n\nhttps://user-images.githubusercontent.com/72358981/210197531-64494968-6795-401c-97b3-e823382f45c4.mp4\n\n\n # 🚀 Features\n\nUser-Friendly Interface: Navigate through a clean and intuitive UI.\nMenu Browsing: Explore a variety of coffee options with detailed descriptions.\nOrder Customization: Customize your coffee orders to your preference.\nCart Management: Add, remove, and modify items in your cart seamlessly.\nOrder Tracking: Monitor the status of your orders in real-time.\n # 🛠️ Tech Stack\n\nFrontend: Flutter (Dart)\nBackend: Django (Python)\nState Management: Provider\nDatabase: SQLite (Local), PostgreSQL (Production)\nAuthentication: Firebase Auth\nAPIs: RESTful APIs developed using Django REST Framework\n\n# 📁 Project Structure\n\ncoffee-land/\n├── android/\n├── assets/\n│   └── images/\n├── backend_django/\n├── ios/\n├── lib/\n│   ├── models/\n│   ├── screens/\n│   ├── widgets/\n│   └── main.dart\n├── test/\n├── pubspec.yaml\n└── README.md\n\n\n# 🧑‍💻 Getting Started\n\nPrerequisites\nFlutter SDK: Install Flutter\nPython 3.x\nDjango: Install via pip install django\nFirebase Account: Firebase Console\n\nInstallation\n1. Clone the Repository\n  git clone https://github.com/MEROO1010/coffee-land.git\ncd coffee-land\n\n2. Install Flutter Dependencies\n  \nflutter pub get\n\n3. Set Up the Backend\n   Navigate to the backend_django directory and install the required Python packages:\n   cd backend_django\npip install -r requirements.txt\n\nApply migrations and start the Django development server:\npython manage.py migrate\npython manage.py runserver\n\n4. Run the Flutter App\n  \n Navigate back to the root directory and run the app:\n \n   flutter run\n\n   # 🧪 Testing\n   \n     To run the unit tests for the Flutter application:\n   \n        flutter test\n\n Ensure that the backend server is running before executing integration tests.\n\n\n # 🤝 Contributing\n\n\n Contributions are welcome! Please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   git checkout -b feature/YourFeature\n\n\n3. Commit your changes:\n   git commit -m \"Add YourFeature\"\n\n4. Push to the branch:\n\n   git push origin feature/YourFeature\n\n5. Open a pull request.\n\n# 📄 License\n  \n This project is licensed under the MIT License. See the LICENSE file for details.\n\n \n   \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeroo1010%2Fcoffee-land","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeroo1010%2Fcoffee-land","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeroo1010%2Fcoffee-land/lists"}