An open API service indexing awesome lists of open source software.

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

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
```