The world's smallest eComm server

Prerequisites (Server)

Mac

Windows Visual Studio 2017 version 15.7.3 or later with the following workloads:

Execute(Server)
  • via dotnet cli
git clone
cd core.server
dotnet run
Navigate to https://localhost:5001/swagger or http://localhost:500/swagger
replace the existing SERVER_URL with this
  • Visual studio
F5 or Ctrl + F5
https://localhost:44350/swagger/index.html  (used in client app)

alt text


Ececute (Client)

Download or clone

git clone https://github.com/mmonirul/ProductClient.Vue
cd // project dir
npm install
npm run serve

http://localhost:8080/#/

lg-screen

laptop

md/sm-screen

iphone/ipad

Authors
  • Monirul - Project work -