This application is a test job designed as a REST API that enables businesses to create tenders for various services. Other users or businesses can then submit their favorable terms to win the tender.
- Docker installed on your machine.
- Clone the repository:
git clone https://github.com/NumeroQuadro/TenderService.git- Navigate into the cloned repository:
cd your-repo-name- Build the Docker image:
docker build -t my-app .- Run the Docker image:
docker run -p 8080:8080 my-app- To see the available endpoints, open the following link after running the Docker image: http://localhost:8080/swagger-ui/index.html