Skip to content

VadymMatus/DevChallengeMatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run dummy project template

  1. Clone repository:
    git clone https://github.com/SimCorp/DevChallenge
  2. Go to directory DevChallenge/SC.DevChallenge.Api
  3. Publish release version of API:
    dotnet publish -c Release
  4. Build Docker image:
    docker build -t sc-dev-challenge .
  5. Run Docker image:
    docker run -it --rm -p 5000:80 sc-dev-challenge
  6. Check your API by calling GET method:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published