Skip to content

NumeroQuadro/TenderService

Repository files navigation

Spring Boot Application

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.

Prerequisites

  • Docker installed on your machine.

Steps to Run the Application

  1. Clone the repository:
git clone https://github.com/NumeroQuadro/TenderService.git
  1. Navigate into the cloned repository:
cd your-repo-name
  1. Build the Docker image:
docker build -t my-app .
  1. Run the Docker image:
docker run -p 8080:8080 my-app

Endpoints

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors