项目作者: beowulf1416

项目描述 :
software as a service - CRM, ERP, PLM, SCM, GIS, ETC...
高级语言: JavaScript
项目地址: git://github.com/beowulf1416/saas.git
创建时间: 2020-04-15T01:17:47Z
项目社区:https://github.com/beowulf1416/saas

开源协议:

下载


idEAS

Enterprise Application Software

THIS PROJECT IS BEING MOVED TO ANOTHER ORGANIZATION/REPOSITORY

Please refer to the IDEAS platform

https://github.com/orgs/devphilplus/repositories

Features

  • Multi-tenant
  • Permission and role based authorization

Components

  • PostgreSQL database
  • Apache Kafka enterprise bus
  • Angular based front end
  • Project Management
  • Manufacturing
  • Inventory Management / Supply Chain Management
  • Asset Management
  • Enterprise Resource Planning
    • Accounting
    • Human Resource
    • Sales
    • Procurement

Installation and testing

The application can be tested using Docker. Navigate to the root folder containing the docker-compose.yml file and run:

  1. docker-compose build
  2. docker-compose up -d

That command will build the images and containers that is required to run a local copy of the application. It will run 4 containers: A zookeeper instance and a kafka instance, a postgres database and the application binary itself. An optional container can be built and run containing the swagger instance used for testing the endpoints provided by the application.

Open the main page by using your browser to navigate to this url:

  1. http://localhost