You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project involves creating a GitHub repository that automatically triggers webhooks for events such as Push, Pull Request, and Merge. These events are sent to a registered endpoint and stored in MongoDB for tracking and further analysis. The system is designed to streamline development workflows by logging important GitHub actions in real-time.
REST (Representational State Transfer) is an architectural style for designing networked applications. It relies on a stateless, client-server communication protocol, typically HTTP.
Blogging Platform API: A RESTful API built with Flask and PostgreSQL, enabling user registration, role-based access control, post creation, and commenting with JWT authentication. Expense Management System: A REST API using Flask and MongoDB to manage users, bank accounts, and track expenses efficiently for each account