Skip to content

ppp16bit/erp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a RESTful API for managing business resources (ERP), developed in Java. It provides endpoints for managing customers, products, orders, and more.

Prerequisites

Running with Docker

Clone the repository:

git clone https://github.com/ppp16bit/erp.git
cd erp

Build the project:

./mvnw clean package

Build the Docker image:

docker build -t erp-image .

Start the containers using Docker Compose:

docker-compose up -d

This will start the application on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors