Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Commit 947bb7c

Browse files
authored
Merge pull request #1 from TechTorque-2025/dev
docs: Add build status badges for all services in README.md for impro…
2 parents b53be97 + d697de0 commit 947bb7c

1 file changed

Lines changed: 20 additions & 9 deletions

File tree

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,43 @@
11
# 🛠️ Service & Project Management Service
22

3+
## 🚦 Build Status
4+
5+
**main**
6+
37
[![Build and Test Project Service](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml/badge.svg)](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml)
48

9+
**dev**
10+
11+
[![Build and Test Project Service](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml/badge.svg?branch=dev)](https://github.com/TechTorque-2025/Project_Service/actions/workflows/buildtest.yaml)
12+
513
This microservice is the core operational hub, managing the lifecycle of both standard services and custom modification projects.
614

715
**Assigned Team:** Randitha, Aditha
816

917
### 🎯 Key Responsibilities
1018

11-
- **Standard Services:** Track progress, status, work notes, and photos for jobs originating from appointments.
12-
- **Custom Projects:** Manage modification requests, quote submissions, and the quote approval/rejection process.
13-
- Trigger the invoicing process upon job completion.
19+
- **Standard Services:** Track progress, status, work notes, and photos for jobs originating from appointments.
20+
- **Custom Projects:** Manage modification requests, quote submissions, and the quote approval/rejection process.
21+
- Trigger the invoicing process upon job completion.
1422

1523
### ⚙️ Tech Stack
1624

17-
- **Framework:** Java / Spring Boot
18-
- **Database:** PostgreSQL
19-
- **Security:** Spring Security (consumes JWTs)
25+
![Spring Boot](https://img.shields.io/badge/Spring_Boot-6DB33F?style=for-the-badge&logo=spring-boot&logoColor=white) ![PostgreSQL](https://img.shields.io/badge/PostgreSQL-4169E1?style=for-the-badge&logo=postgresql&logoColor=white) ![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)
26+
27+
- **Framework:** Java / Spring Boot
28+
- **Database:** PostgreSQL
29+
- **Security:** Spring Security (consumes JWTs)
2030

2131
### ℹ️ API Information
2232

23-
- **Local Port:** `8084`
24-
- **Swagger UI:** [http://localhost:8084/swagger-ui.html](http://localhost:8084/swagger-ui.html)
33+
- **Local Port:** `8084`
34+
- **Swagger UI:** [http://localhost:8084/swagger-ui.html](http://localhost:8084/swagger-ui.html)
2535

2636
### 🚀 Running Locally
2737

2838
This service is designed to be run as part of the main `docker-compose` setup from the project's root directory.
2939

3040
```bash
3141
# From the root of the TechTorque-2025 project
32-
docker-compose up --build project-service
42+
docker-compose up --build project-service
43+
```

0 commit comments

Comments
 (0)