- Dotnet SDK 6
- Azure Cosmos DB (Table API)
- Docker
- Select your operating system https://docs.microsoft.com/dotnet/core/install
- Download and install the SDK https://dotnet.microsoft.com/download/dotnet
dotnet restore
dotnet build --no-restore
dotnet run --project api/meli-mutations/meli-mutations.csproj --no-launch-profile
export COSMOS_CONNECTION_STRING = "<connection-string>"
export ASPNETCORE_URLS="http://localhost:8080;https://localhost:8443"
set COSMOS_CONNECTION_STRING = "<connection-string>"
set ASPNETCORE_URLS="http://localhost:8080;https://localhost:8443"
dotnet run --project api/meli-mutations/meli-mutations.csproj --launch-profile meli_mutations
dotnet test
docker build . -f docker/Dockerfile
docker run --publish 80:80 <image>
Healtcheck (GET): https://meli.code2.me/dna/healthcheck
Mutant (POST): https://meli.code2.me/dna/mutant
Stats (GET): https://meli.code2.me/dna/stats