This project is a RESTful API for managing business resources (ERP), developed in Java. It provides endpoints for managing customers, products, orders, and more.
- Docker installed
- Docker Compose installed
Clone the repository:
git clone https://github.com/ppp16bit/erp.git
cd erpBuild the project:
./mvnw clean packageBuild the Docker image:
docker build -t erp-image .Start the containers using Docker Compose:
docker-compose up -dThis will start the application on port 8080.