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
- Host: GitHub
- URL: https://github.com/asandahdevs/iconicgames
- Owner: AsandahDevs
- Created: 2025-01-03T13:24:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-18T14:55:20.000Z (over 1 year ago)
- Last Synced: 2025-02-24T23:45:10.109Z (over 1 year ago)
- Topics: csharp, dotnet
- Language: C#
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.