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

https://github.com/asandahdevs/iconicgames

A WebAPI to keep track of iconic games
https://github.com/asandahdevs/iconicgames

csharp dotnet

Last synced: 9 months ago
JSON representation

A WebAPI to keep track of iconic games

Awesome Lists containing this project

README

          

# IconicGames

A WebAPI for keeping track of iconic games .

## Project Set-Up
- Install docker desktop
- Clone repo & run the following command in terminal:
`docker-compose up --build`

## Restore project dependencies
- Run the `dotnet restore` command after the docker command in order to restore dependencies on the host machine.