-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Microservices based Open Source ERP System
Most ERP Systems are incredible big monolithic pieces of software. For most small companies this is just overkill. If you need for example only a product management application or an inventory management, you have to use it all.
This project is using modern technologies like Microservices and REST to build a flexible collection of applications that can be tailored to your needs. You run only the applications you need and don't have to worry about the other parts of the system. This flexibility will also enable the Mos Erp system to scale quite easily. Thanks to the Netflix OSS stack this is now accessible to smaller projects as well.
The first collection to be tested is a plain inventory application. For another project I will use (and develop) a product management and sales / purchase module.
See Business-Domain for a description of the areas currently covered.
To start the containers see Container to start