Skip to content
/ maERP Public

OpenSource, self-hosted, client/server-based ERP system with multiplatform GUI written in C#

License

Notifications You must be signed in to change notification settings

maERP/maERP

Repository files navigation

maERP

maERP ist ein Client-Server, Cross-Plattform, Open-Source ERP System entwickelt mit .NET 8, MAUI und Entity Framework.

Technologien

  • Moderne Architektur mittels ASP.NET Core 8, Entity Framework Core 8 und Dotnet MAUI
  • Cross-Platform: Windows, MacOS, Linux (Server), iOS, Android
  • Offene API zur Erweiterung und Anbindung von Anwendungen Dritter
  • Unterstützt Docker out of the box

Projektübersicht

maERP besteht aus drei Teilprojekten:

Projekt Funktion
maERP.Server Das CMS. Headless und ohne eigenes Frontend.
maERP.Web Web-Frontend zur Anbindung an maERP.Server
maERP.Client Client-App (iOS, Android, Windows, MacOS) zur Anbindung an maERP.Server

maERP Live-Demo

Web: https://www.maERP.de

maERP installieren

maERP.Server per Docker mit externem Postgres-Server starten:

docker run -d --name maerp-server -p 8082:80 maerp/server -e ConnectionStrings__DefaultConnection="Server=localhost;Port=5432;Database=maerp_01;User Id=maerp;Pwd=maerp;"

About

OpenSource, self-hosted, client/server-based ERP system with multiplatform GUI written in C#

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Languages