Skip to content

Esmail-Almarrani/abp-microservices-last-version-with-odoo-entities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Init ABP Framework micro-services application, powershell scripts.

The project is inspired by:

Features

  • PostgreSQL
  • Micro-services
  • API Gateway
  • Sortable UUID, compatible with ULID
  • ABP v6
  • UI
    • Blazor
    • Blazor Server
    • MVC

How-to

  • Create new ABP Application

    ./init.ps1 YourProjectName

  • Add services

    Edit add-services.ps1, add more micro-services as you want. For examle:

        $services.Add('Logging', 'logging')
        $services.Add('Notification', 'notification')
        $services.Add('Kyc', 'kyc')
    

    then run:

    ./add-services.ps1

    Solutions structure

    • account/*.Account.sln: Main solution, manage users, settings, tenants
    • services/*.Services.All.sln: All micro-services
    • gateways/*.Gateway.sln: API Gateway
    • web_apps/*.Web.sln: Client UI application, include Blazor, BlazorServer and MVC
    • shared: Common shared projects for all micro-serivces

About

ABP Framework init powershell scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.6%
  • PowerShell 18.4%
  • HTML 1.3%
  • Other 0.7%