/StoreWeb

An interface for StoreLib created in ASP.NET.

Primary LanguageC#

StoreWeb

GitHub stars GitHub Workflow - Docker GitHub Workflow - Build Docker Pulls

StoreWeb is a webapp that makes use of StoreLib.

Usage

Clone the repo and build StoreWeb using either Visual Studio 2022, VS Code or dotnet CLI.

Build

dotnet build

Run

Run StoreWeb.dll using the ASP.NET 7.0 runtime

dotnet run -p app

Docker instructions:

Build it yourself

docker build -t storeweb_docker .
docker run -it --rm -p 80:80 --name storeweb storeweb_docker
Using docker compose
# Start the service
docker-compose up -d

# To stop the service
docker-compose down

Running latest stable release from Dockerhub

docker run -it --rm -p 80:80 storedev/store-web

Dependencies

StoreLib

License

Mozilla Public License