A WebAPI for keeping track of iconic games .
- Install docker desktop
- Clone repo & run the following command in terminal:
docker-compose up --build
- Run the
dotnet restorecommand after the docker command in order to restore dependencies on the host machine.