Skip to content

Commit f697f76

Browse files
authored
Update README with project details and license
Added project structure, license information, and badges.
1 parent 618efac commit f697f76

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Event-Driven Notification System
22

3+
![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
4+
![FastAPI](https://img.shields.io/badge/FastAPI-009688?style=for-the-badge&logo=fastapi&logoColor=white)
5+
![Swagger UI](https://img.shields.io/badge/Swagger_UI-85EA2D?style=for-the-badge&logo=swagger&logoColor=black)
6+
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-336791?style=for-the-badge&logo=postgresql&logoColor=white)
7+
![RabbitMQ](https://img.shields.io/badge/RabbitMQ-FF6600?style=for-the-badge&logo=rabbitmq&logoColor=white)
8+
![Celery](https://img.shields.io/badge/Celery-37814A?style=for-the-badge&logo=celery&logoColor=white)
9+
![SendGrid](https://img.shields.io/badge/SendGrid-1A82E2?style=for-the-badge&logo=sendgrid&logoColor=white)
10+
![REST API](https://img.shields.io/badge/REST_API-02569B?style=for-the-badge)
11+
![API](https://img.shields.io/badge/API-000000?style=for-the-badge)
12+
![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)
13+
![GitHub Actions](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white)
14+
315
## Project Overview
416

517
This project is a scalable backend notification system that sends an email every time a user logs in.
@@ -129,3 +141,13 @@ Event-Driven-Notification-System/
129141
└── README.md # Project documentation
130142
131143
```
144+
---
145+
146+
## License
147+
148+
This project is licensed under the MIT License.
149+
150+
You are free to use, modify, and distribute this software in accordance with the license terms.
151+
152+
See the `LICENSE` file for full details.
153+

0 commit comments

Comments
 (0)