To get started you will need:
-
Docker installed on your local machine.
-
An IDE for building .NET Core applications such as Visual Studio
Once you have the prerequisites installed on your local development machine you should be able to run the Unicorn Store locally either in your IDE or in a local container. The Unicorn Store uses SQL Server for the backend by default and is seeded with data on startup. You will need to either provision or have access to a database. The below workshops like Securing Your .NET Container Secrets handle this for you via CloudFromation.