https://github.com/tudororban/chainoptim-frontend
A Supply Chain Manager and Optimizer in Angular-Spring Boot
https://github.com/tudororban/chainoptim-frontend
angular open-source spring-boot supply-chain-management
Last synced: 2 months ago
JSON representation
A Supply Chain Manager and Optimizer in Angular-Spring Boot
- Host: GitHub
- URL: https://github.com/tudororban/chainoptim-frontend
- Owner: TudorOrban
- License: mit
- Created: 2024-01-02T21:37:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T19:35:21.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:04:52.124Z (about 2 years ago)
- Topics: angular, open-source, spring-boot, supply-chain-management
- Language: TypeScript
- Homepage:
- Size: 778 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## ChainOptim
ChainOptim is a comprehensive Enterprise Resource Planning (ERP) system designed to streamline and optimize the end-to-end processes of modern businesses. Designed to meet the diverse needs of companies across various sizes and sectors, ChainOptim delivers robust management tools and detailed insights into every aspect of the supply chain, enhancing operational efficiency and decision-making capabilities.
This repository contains the source code for the [Angular Web Frontend](https://github.com/TudorOrban/ChainOptim-frontend). For the Spring Boot baackend, see [this](https://github.com/TudorOrban/ChainOptim-backend) repository, and for the JavaFX desktop frontend, visit [this](https://github.com/SorinPopteanu/ChainOptim-DesktopApp) link.
### Features
There are six main domains in ChainOptim: **Organization**, **Goods**, **Supply**, **Production**, **Storage** and **Demand**.

#### **Organization**:
This domain focuses on managing the company's profile, subscription plan, members and their security roles.
#### **Goods**:
**Components** and **Products** are goods manufactured and/or sold by the company. The user can configure a blueprint for the manufacturing process of a product, define pricing models and set up transportation routes.
#### **Supply**:
**Suppliers** are organizations that provide components to the company. This domain is responsible with tracking their orders, shipments, and analyzing their performance over time.
#### **Production**:
This domain is concerned with **Factories** and their underlying operations. Several solutions are provided for optimizing the production process, such as establishing resource allocation plans, seeking missing resources or storing and analyzing the production history.
#### **Storage**:
**Warehouses** are company facilities used for storing goods. This domain provides tools for managing their inventories, including levels of goods and storage space.
#### **Demand**:
**Clients** are organizations that are provided products by the company. Similar to suppliers, ChainOptim allows tracking of their orders, shipments, and evaluating them.
### How to use
ChainOptim is not yet deployed. To use it, you will have to set up locally the database, backend server and chosen frontend.
1. Ensure you have installed: JDK21, Maven and Docker.
2. Fetch the [Spring Boot backend](https://github.com/TudorOrban/ChainOptim-backend). In the root, create:
- an application-docker.properties from the [application-docker-dev.properties.example](https://github.com/TudorOrban/ChainOptim-backend/blob/main/src/main/resources/application-docker-dev.properties.example), replacing the database user and password appropriately, and the JWT secret as needed.
- a docker-compose.dev.yml from the [docker-compose.dev.yml.example](https://github.com/TudorOrban/ChainOptim-backend/blob/main/docker-compose.dev.yml.example), replacing the database user and password.
3. Build the Spring Boot image and spin up the necessary Docker containers (MySQL, Spring Boot, Redis, Kafka). You can find a script that does this for your operating system in the [scripts](https://github.com/TudorOrban/ChainOptim-backend/blob/main/scripts) folder (Restart.ps1 or Restart.sh). *Run it twice*, as the first time around the database will be empty and Spring Boot won't start.
4. Fetch the [Angular web frontend](https://github.com/TudorOrban/ChainOptim-frontend), run `ng serve` and log in with:
- Username: ExampleUser
- Password: example-password
Now you can interact with the application. Alternatively, fetch the [JavaFX desktop frontend](https://github.com/SorinPopteanu/ChainOptim-DesktopApp), run it in your IDE of choice and log in.
### Status
In late stages of development.
### Contributing
All contributions are warmly welcomed. Head over to [CONTRIBUTING.md](https://github.com/TudorOrban/ChainOptim-backend/blob/main/CONTRIBUTING.md) for details.