- Clone repository:
git clone https://github.com/SimCorp/DevChallenge
- Go to directory DevChallenge/SC.DevChallenge.Api
- Publish release version of API:
dotnet publish -c Release
- Build Docker image:
docker build -t sc-dev-challenge .
- Run Docker image:
docker run -it --rm -p 5000:80 sc-dev-challenge
- Check your API by calling GET method:
- Browser: http://localhost:5000/api/prices/average
- curl:
curl -X GET "http://localhost:5000/api/prices/average" -H "accept: text/plain"
-
Notifications
You must be signed in to change notification settings - Fork 4
Battle IT by SimCorp
SimCorp/DevChallenge
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Battle IT by SimCorp