This is on a Windows machine; And for the version of eShopOnAbp which was just updated to .NET 7, ABP 7, and Angular 15: commit f1c51a2
For example, to stop currently running Postgres instance, open Windows Services app then look for postgresql...
, then right-click on it, and click Stop.
I encountered the error relation "AbpPermissionGroups" does not exist
when setting up the latest version of eShopOnAbp as of writing this blog post.
If you want to avoid that error, you can clone using my fork of eShopOnAbp, then checkout the branch where I did a fix for that error by executing
git checkout fix/AbpPermissionGroups-error
.env.example
file to .env
file and provide PayPal ClientID and Secret.Based on a comment here, you can use dummy data for PayPal ClientID and Secret if you don’t want to test Checkout using Paypal.
run-tye.ps1
This downloads the Docker images, creates containers, then builds the project.
Wait until all applications are running.
Open the Tye dashboard (http://localhost:8000) in a browser
Please read eShopOnAbp’s README for solutions to some errors you might encounter.
Public Web app: https://localhost:44335
Username: admin@abp.io Password: 1q2w3E*
cd apps/angular
yarn
yarn start
http://localhost:4200/
Please see this video on YouTube:
Please refer to https://www.c-sharpcorner.com/article/debug-angular-in-vs-code/