Skip to content

adidrv/eShopOnAbp

 
 

Repository files navigation

eShopOnAbp

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

This project is in its infancy. By the time, we will write articles and documents to explain the goals and details of the project.

See the announcement post for more info.

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)

  • Execute run-tye.ps1

  • Wait until all applications are up!

    • You can check running application from tye dashboard (localhost:8000)
  • After all your backend services are up, start the angular application:

    cd apps/angular
    yarn start

Roadmap

Next milestone is Phase 1 presented below:

eSopOnAbp Phase 1

See Phase 2 planning from here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.5%
  • HTML 3.4%
  • TypeScript 2.0%
  • PowerShell 0.8%
  • Smarty 0.5%
  • JavaScript 0.4%
  • Other 0.4%