https://github.com/algosup/2022-2023-project-5-algorithmics-team-3
https://github.com/algosup/2022-2023-project-5-algorithmics-team-3
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/algosup/2022-2023-project-5-algorithmics-team-3
- Owner: algosup
- Created: 2023-04-28T14:35:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T20:02:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T05:51:01.122Z (about 1 month ago)
- Language: Go
- Size: 3.39 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 2022-2023 Project-5 Algorithmics Team-3
## Project Team
| Roles | Name | Picture |
| :--- | :--- | :--- |
| Project Manager | [Paul Nowak](https://www.linkedin.com/in/paul-nowak-0757a61a7/) | [](https://github.com/PaulNowak36)
| Program Manager | [Pierre Gorin](https://www.linkedin.com/in/pierre-gorin-61a784221/) | [](https://github.com/Pierre2103)
| Tech Lead | [Laura-Lee Hollande](https://www.linkedin.com/in/laura-lee-hollande-278345198/) | [](https://github.com/lauraleehollande)
| Software Engineer | [Mathis Kakal](https://www.linkedin.com/in/mathis-k-a239ba10a/) | [](https://github.com/mathiskakal)
| QA | [Remy Charles](https://www.linkedin.com/in/rémy-charles-2a8960232/) | [](https://github.com/RemyCHARLES)
## Overview
For this project, we are working with the company [Krug Champagne](https://www.krug.com/fr/la-maison-krug), a french champagne house established in Reims and founded in 1843. It is a subsidiary of [LVMH](https://www.lvmh.fr) (Moët Hennessy Louis Vuitton), a french company group that is world leader in the luxury industry.
Our goal is to create a software for the society that is going to simulate the blending of different wines and bring the closest result to a formula approved by winemakers with the minimum number of steps.
## Quick start
Install [Go 1.20.4](https://go.dev/dl/), then run the following commands to move in the correct directory and run the program:
```bash
cd src
``````go
go run blend
```