{"id":15089896,"url":"https://github.com/gastonduault/Barique","last_synced_at":"2026-02-04T06:30:18.130Z","repository":{"id":258237084,"uuid":"813032847","full_name":"gastonduault/Ma_Cave","owner":"gastonduault","description":"Mobile application to view and manage your wine stock. With the Ionic and Vue.js frameworks and a Flask API","archived":false,"fork":false,"pushed_at":"2025-02-13T11:09:09.000Z","size":64744,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T12:25:51.520Z","etag":null,"topics":["android","flask","ionic","ios","restfull-api","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/gastonduault.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-06-10T11:22:09.000Z","updated_at":"2025-02-13T11:09:14.000Z","dependencies_parsed_at":"2025-01-27T22:30:34.608Z","dependency_job_id":"951e5f2d-3ac7-4a20-a0f7-b2e84de694c3","html_url":"https://github.com/gastonduault/Ma_Cave","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":0.3846153846153846,"last_synced_commit":"cde111ccf9dd797b0d6b5d42c284a0d9562292ef"},"previous_names":["gastonduault/ma_cave"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FMa_Cave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FMa_Cave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FMa_Cave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FMa_Cave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gastonduault","download_url":"https://codeload.github.com/gastonduault/Ma_Cave/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239792133,"owners_count":19697884,"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","flask","ionic","ios","restfull-api","vuejs"],"created_at":"2024-09-25T09:03:10.010Z","updated_at":"2026-02-04T06:30:18.068Z","avatar_url":"https://github.com/gastonduault.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My cellar\n\nA mobile application designed to help you manage your wine cellar efficiently. With this app, you can organize, review, and keep track of your wine collection. [Screenshot of the app](#screenshot)\n\n## Features\n\n### Version 1.0\nThe first release is focused on **Android** with the following functionalities:\n- **Authentication**: Login with Google.\n- **Language Support**: Available in English and French.\n- **Cellar Management**:\n    - Create, edit, and delete your wine cellar(s).\n- **Bottle Management**:\n    - Add, edit, delete (mark as drunk) bottles in your cellar.\n- **Review System**:\n    - Add and edit reviews for each bottle.\n    - Rate bottles (1 to 5 stars) and provide written reviews, e.g., *\"Pretty good, pairs well with raclette.\"*\n- **History Tracking**:\n    - View the drinking history of bottles for each cellar.\n\n## Architecture\n\n### Frontend\n- Built with **Ionic Framework** and **Vue.js**.\n\nIn development\n```bash \nnpm install -g @ionic/cli\nionic serve\n```\n\n### Backend\n- Built with **Flask** (Python).\n- MySQL database for data persistence.\n- The backend and database are containerized with **Docker** for portability and ease of deployment.\n\nIn development\n```bash \ndocker-compose -f docker-compose-dev.yml up\n```\n\n## Branch Management\n\nThe project follows a Git-based branching strategy:\n- **`main`**: Used for development.\n- **`production`**: Used for production-ready releases.\n\n### GitHub Actions\n1. **CI Pipeline** (`CI pipeline.yml`):\n    - Runs on every push to the `main` branch.\n    - Updates the Docker image (`:dev`) for development.\n\n2. **Deployment Workflow** (`deploy-backend.yml`):\n    - Triggers on pull requests to the `production` branch.\n    - Updates the production Docker image (`:latest`) by building from the `:dev` image.\n\n\n## Future Roadmap\nPlanned features for upcoming releases:\n- Deployement Android\n  - add certificat openSSL (HTTPS)\n  - CI for deploy on the Playstore\n- Web version of the app\n  - responsive for all devices\n- IOS\n- Follow friends and see cellar of other user\n- AI who can give advise to the user\n  - chatbot\n  - model trained\n\n## Screenshot\n[//]: # (![img.png]\u0026#40;images/login.png\u0026#41;)\n\n[//]: # (![img.png]\u0026#40;images/yourcellar.png\u0026#41;)\n\n[//]: # (![img.png]\u0026#40;images/cellar.png\u0026#41;)\n\n[//]: # (![img.png]\u0026#40;images/bottledetails.png\u0026#41;)\n\n[//]: # (![img.png]\u0026#40;images/history.png\u0026#41;)\n\n[//]: # (![img.png]\u0026#40;images/editreviewnInHisoty.png\u0026#41;)\n\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 10px;\"\u003e\n\n  \u003cimg src=\"images/login.png\" alt=\"Login Screen\" width=\"45%\"\u003e\n  \u003cimg src=\"images/yourcellar.png\" alt=\"Your Cellar Screen\" width=\"45%\"\u003e\n\n  \u003cimg src=\"images/cellar.png\" alt=\"Cellar Screen\" width=\"45%\"\u003e\n  \u003cimg src=\"images/bottledetails.png\" alt=\"Bottle Details Screen\" width=\"45%\"\u003e\n\n  \u003cimg src=\"images/history.png\" alt=\"History Screen\" width=\"45%\"\u003e\n  \u003cimg src=\"images/editreviewnInHisoty.png\" alt=\"Edit Review in History Screen\" width=\"45%\"\u003e\n\n\u003c/div\u003e\n\n\u003e _By **Vladou** and **Gastoune**_ 🤪\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgastonduault%2FBarique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgastonduault%2FBarique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgastonduault%2FBarique/lists"}