rest-api-development
There are 5 repositories under rest-api-development topic.
mishadovhiy/PortfolioAdmin
Admin panel (completed) and cv generator (not completed) for website:
jempe/printhttprequest
PrintHTTPRequest A lightweight Go application for debugging HTTP requests by printing their headers and body.
KMONIKA26/Develop-Application-backend
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
kzohan2000/webhook-repo
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.
Techify-Solutions/RESTful-API-Development
REST (Representational State Transfer) is an architectural style for designing networked applications. It relies on a stateless, client-server communication protocol, typically HTTP.