Hacking StoreWeb

  • Thread starter Thread starter carizard
  • Start date Start date
  • Views Views 2,277
  • Replies Replies 0
  • Likes Likes 1

carizard

Well-Known Member
Member
Joined
Dec 4, 2018
Messages
127
Reaction score
195
Trophies
0
Age
36
XP
1,203
Country
Antarctica
StoreWeb is a webapp that makes use of StoreLib.

Find an instance of the service here: https://xwebstore.herokuapp.com/

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

Build
dotnet build
Run
Run StoreWeb.dll using the ASP.NET Core 3.1 runtime

dotnet run -p app

Docker instructions:
Build it yourself
docker build -t storeweb_docker .
docker run -e PORT=80 -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 -e PORT=80 -it --rm -p 80:80 storedev/store-web

Dependencies
StoreLib

License
Mozilla Public License

Repo: https://github.com/StoreDev/StoreWeb
 
  • Like
Reactions: azurehdkr

Site & Scene News

Popular threads in this forum