You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Galip Tolga Erdem 0306146bad Added keycloak migration service 4 years ago
.github/workflows Create dotnet.yml 4 years ago
apps updated openid configurations 4 years ago
build ps1 configuration 4 years ago
docs Add solution of SSL Error 4 years ago
etc Added keycloak migration service 4 years ago
gateways yarp configuration 4 years ago
services added configuration 4 years ago
shared Added keycloak migration service 4 years ago
.env.example Rename .env to .env.example 4 years ago
.gitattributes Create .gitattributes 5 years ago
.gitignore added cert files to gitignore 4 years ago
EShopOnAbp.sln Added keycloak migration service 4 years ago
LICENSE Initial commit 5 years ago
NuGet.Config Added nuget.config for reference 4 years ago
README.md Update README.md 4 years ago
common.props added docker support and SaasService 5 years ago
global.json update abp to 5.0beta3 4 years ago
package.json feat: downgrade project to abp v4.4 4 years ago
run-tye.ps1 added pgadmin and fixed tye script 4 years ago
tye.yaml Fixed typo issue 4 years ago
yarn.lock feat: downgrade project to abp v4.4 4 years ago

README.md

eShopOnAbp

This project is a reference project for those who want to build microservice solutions with the ABP Framework.

See the announcement post for more info.

Live demo is on https://www.eshoponabp.com/

Issues

Please open issues on the main GitHub repository: https://github.com/abpframework/abp/issues

How to Run?

You can either run in Visual Studio, or using Microsoft Tye. Tye is a developer tool that makes developing, testing, and deploying micro-services and distributed applications easier.

Requirements

  • .NET 6.0+
  • Docker
  • Yarn

Instructions

  • Clone the repository ( eShopOnAbp )

  • Install Tye (follow these steps)

  • Rename .env.example file to .env file and provide PayPal ClientID and Secret.

  • Execute run-tye.ps1

  • Wait until all applications are up!

    • You can check running application from tye dashboard (localhost:8000)
    • Note: If you see all of your applications keep restarting on tye dashboard or tye console, you may be facing ssl certificate issues. To diagnose the problems better, check any application logs. If it is related with SSL, developer certificate creation may have failed because of powershell issues regarding authorization. Check the powershell script running configuration and set policy for your local machine as:
    Get-ExecutionPolicy -list
    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
    
     See [Microsoft Powershell documentation](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/get-executionpolicy?view=powershell-7.2) for more information.
    
    
  • After all your backend services are up, start the angular application:

    cd apps/angular
    yarn start
    

Certificate Expiration

If the cerficiate is expired you'll see following error:

Generating a new certificate will fix that issue. To generate new one,

  • Remove etc/dev-cert/localhost.pfx

  • Manually execute create-certificate.ps1 or re-run solution with run-tye.ps1

Roadmap

Version 1.0

  • New blank micro-service solution ✔️
  • Creating Deployment Scenarios ✔️
  • Creating empty business services ✔️
  • Implementing business logic into services ✔️
    • Payment with PayPal ✔️
    • Basket, Catalog, Order Service ✔️
  • Docker Image creation ✔️
  • Helm deployment for local k8s cluster ✔️
  • Switch Ocelot to Envoy YARP in Public Web gateway ✔️
  • Use gRPC for catalog microservice ✔️
  • Management Side of Services ✔️
  • Administration application (to manage products and orders, with a dashboard) ✔️
  • Deployment to azure k8s ✔️ (https://eshoponabp.com)

Version 2.0

  • Product-detail page on the shopping application (with CMS-kit integration for comments and rating components) ✔️
  • Switch to Keycloak from IdentityServer in AuthServer
  • Re-design authorization/permission management
  • Integrate a new sample microservice written in GoLang (Or python/java)

Documentation

  • We will create an e-book to explain the solution

Current Architecture

eSopOnAbp Phase 1

ABP Community Talks

We've organized a meetup related to this solution. You can watch it here: https://community.abp.io/events/microservice-development-iv7d46ov