A modern, open-source ERP framework based on the Compiere/iDempiere Application Dictionary model, reimagined with contemporary technologies.
- Kotlin
- Spring Boot 3.2.0
- PostgreSQL
- Docker
- Gradle
blackerp/
├── src/
│ ├── main/
│ │ ├── kotlin/
│ │ │ └── org/
│ │ │ └── blackerp/
│ │ │ ├── domain/ # Domain entities
│ │ │ ├── repository/ # Data access
│ │ │ ├── service/ # Business logic
│ │ │ └── web/ # REST controllers
│ │ └── resources/
│ └── test/
│ └── kotlin/
- JDK 17
- Docker
- Docker Compose
- Gradle
-
Clone the repository:
git clone https://github.com/red1oon/blackerp.git
-
Start the database:
docker-compose up -d
-
Build the project:
./gradlew clean build
-
Run the application:
./gradlew bootRun
This project is licensed under the MIT License - see the LICENSE file for details.