Skip to content

Commit 8004543

Browse files
Enhance README with installation verification and project purpose
Added installation verification section and updated acknowledgements.
1 parent 618bb0a commit 8004543

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ This project emphasizes **production-grade engineering practices**, not just fun
6464
docker compose exec auth-service alembic upgrade head
6565
docker compose exec tracking-service alembic upgrade head
6666
```
67+
5. **Verify the Installation**
68+
69+
Your services are now running at the following local ports:
70+
71+
- **Frontend:** [http://localhost:8080](http://localhost:8080)
72+
- **Auth API:** [http://localhost:8001/docs](http://localhost:8001/docs)
73+
- **Tracking API:** [http://localhost:8003/docs](http://localhost:8003/docs)
74+
- **RabbitMQ Management:** [http://localhost:15672](http://localhost:15672)
75+
Login: `pricelens` / `pricelens_dev_password`
6776

6877
***
6978

@@ -79,6 +88,6 @@ pricelens/
7988

8089
***
8190

82-
## 💡 Acknowledgements
91+
## Portfolio Purpose
8392

8493
Built as a portfolio project to demonstrate backend engineering, distributed systems design, and cloud-native architecture. Every architectural decision is documented with its rationale—see `docs/` for the phase-by-phase design history.

0 commit comments

Comments
 (0)