Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 176 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 176 Bytes

TestApi

Test API written in C#

Docker

In the root of the project

docker build -f TestApi/Dockerfile -t testapi .
docker run -d -p 5000:80 --name testapi testapi