- Install Docker Desktop (v4.27.1)
- Install Microsoft Visual Studio (2022)
- Install MySQL Workbench
- Download .NET 6 (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
- Run the following command to start the database and the frontend inside docker: docker compose up
- Open database/init_db.sql script in MySQL Workbench and run the queries to init the database
- Open teamerino_backend from file teamerino.sln using Visual Studio and use the run button