Skip to content

lucasrznd/contract-management-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contract Management API

Java Spring Postgres

📙 Description

This component is responsible for managing contracts, specifically for radio. The API provides endpoints for registering business companies with their legal data, as well as for registering contracts. The association rule is N:1 from company to contract.

✨ Features

  • Business Company Registration: Endpoints to add and manage clients' companies.
  • Contract Registration: Endpoints to add and manage contracts associated with these companies.

🛠️ Installation

  1. Clone the repository to your local environment:
git clone https://github.com/lucasrznd/contract-management-api.git
  1. Navigate to the project directory:
cd contract-management-api
  1. Build the Docker image:
docker build -t contracts-api .
  1. Start the application using Docker Compose:
docker-compose up -d

👨🏻‍💻 Author

Lucas Rezende
Lucas Rezende

💻

Releases

No releases published

Packages

No packages published