A store application uses modern technologies such as Dapr, OSM, Tye...
dotnet --version 5.0.100-rc.1.20452.10
tye --version 0.5.0-alpha.20468.1+3402fbddeea6a31310c181b48a6281f84865aabc
dapr --version CLI version: 0.10.0 Runtime version: 0.10.0
osm version Version: v0.3.0; Commit: c91c782; Date: 2020年08月12日-21:49
$ tye run
Go to http://localhost:8000
to find the appropriate port for production-service
Then we can use restclient.http
to test the application. Happy hacking!
Edit and add content to settings.json
file:
"rest-client.environmentVariables": { "$shared": { "contentType": "application/json", "idphost": "http://<identity-service>:<port>", "host": "http://<app-gateway>:<port>", } }
The database schema is inspired from sqlservertutorial project at https://www.sqlservertutorial.net/sql-server-sample-database/