{"id":27171472,"url":"https://github.com/gastonduault/barique","last_synced_at":"2026-02-14T07:32:40.646Z","repository":{"id":258237084,"uuid":"813032847","full_name":"gastonduault/Barique","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-04-04T14:38:32.000Z","size":68061,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T18:05:07.504Z","etag":null,"topics":["android","flask","ionic","ios","restfull-api","vuejs"],"latest_commit_sha":null,"homepage":"https://barique.fr","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,"zenodo":null}},"created_at":"2024-06-10T11:22:09.000Z","updated_at":"2025-04-04T14:41:04.000Z","dependencies_parsed_at":"2025-01-27T22:30:34.608Z","dependency_job_id":"951e5f2d-3ac7-4a20-a0f7-b2e84de694c3","html_url":"https://github.com/gastonduault/Barique","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":0.3846153846153846,"last_synced_commit":"cde111ccf9dd797b0d6b5d42c284a0d9562292ef"},"previous_names":["gastonduault/ma_cave","gastonduault/barique"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/gastonduault/Barique","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FBarique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FBarique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FBarique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FBarique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gastonduault","download_url":"https://codeload.github.com/gastonduault/Barique/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gastonduault%2FBarique/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29439505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T07:24:13.446Z","status":"ssl_error","status_checked_at":"2026-02-14T07:23:58.969Z","response_time":53,"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":["android","flask","ionic","ios","restfull-api","vuejs"],"created_at":"2025-04-09T08:36:38.347Z","updated_at":"2026-02-14T07:32:40.632Z","avatar_url":"https://github.com/gastonduault.png","language":"Vue","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** and **Web** with the following functionalities:\n- **Authentication**: Login with Google (firebase).\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- **`dev`**: Used for development.\n- **`main`**: Used for production-ready releases.\n\n### GitHub Actions\n1. **CI Pipeline** (`CI pipeline.yml`):\n    - Runs on every push to the `dev` branch.\n    - Updates the Docker image (`:dev`) for development.\n\n2. **Deployment Workflow** (`deploy-backend.yml`):\n    - Triggers on pull requests to the `main` branch.\n    - Updates the production Docker image (`:latest`) by building from the `:dev` image.\n\n## Screenshot\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/cellar.png\" alt=\"Cellar Screen\" width=\"45%\"\u003e\n\n  \u003cimg src=\"images/menu.png\" alt=\"Your 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","funding_links":[],"categories":[],"sub_categories":[],"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"}