/RedisBookStore

Rewrite of the Java Book Store App in to .NET.

Primary LanguageC#MIT LicenseMIT

RedisBookStore

Rewrite of the Java Book Store App in to .NET.

Setup

Do this once with in the `RedisBookStore.API``:

$ dotnet user-secrets init
$ dotnet user-secrets set CacheConnection "localhost,abortConnect=false,ssl=false,allowAdmin=false,password="

Start Docker

$ git submodule update --init --recursive
$ cd redismod-docker-compose
$ docker-compose up

Run the App

(in a new shell)

$ dotnet run