StoreWeb is a webapp that makes use of StoreLib.
Find an instance of the service here: https://xwebstore.herokuapp.com/
Clone the repo and build StoreWeb using either Visual Studio 2019, VS Code or dotnet CLI.
dotnet build
Run StoreWeb.dll using the ASP.NET Core 3.1 runtime
dotnet run -p app
docker build -t storeweb_docker .
docker run -e PORT=80 -it --rm -p 80:80 --name storeweb storeweb_docker
# Start the service
docker-compose up -d
# To stop the service
docker-compose down
docker run -e PORT=80 -it --rm -p 80:80 storedev/store-web
Content type
Image
Digest
Size
62.4 MB
Last updated
about 5 years ago
docker pull storedev/store-web:edge