Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 308 Bytes

File metadata and controls

14 lines (10 loc) · 308 Bytes

How to Run

You need to have DynamoDB exposed through localhost:8000. If not, you can get it up through Docker:

docker run -p 8000:8000 dwmkerr/dynamodb -sharedDb

After that, you can run the application with below commands:

dotnet restore
dotnet run