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
A RESTful API in Flask refers to an application programming interface (API) built using the Flask web framework that follows the principles of Representational State Transfer (REST). Flask is a micro web framework for Python, which is lightweight and flexible, making it a popular choice for building web applications and APIs
This algorithm is a CRUD made in python that has the purpose of the four basic operations (creation, consultation, updating and destruction of data) used in relational databases (RDBMS).
CRUDs is a high level client library for API's written in Python, and is ideal for back-end communication, automated data process and interactive environments like Notebooks.
Task Management System using Python, Flask, and Flask REST Framework that performs CRUD operations (Create, Read, Update, Delete) for a simple resource Tested with Postman
This Git repository serves as a comprehensive resource that encompasses all possible ways of performing CRUD (Create, Read, Update, Delete) operations in Django Rest Framework (DRF). It is designed to be a one-stop destination for developers seeking to understand and implement data manipulation functionalities in their Django Rest API projects.
This project provides a RESTful API built with Django, designed to manage blog posts. It includes functionalities for listing, creating, retrieving, updating, and deleting blog posts through HTTP requests.
This is a basic todo web app where a user can create their day to day todos. This web app is made with HTML, CSS (Bootstrap CSS Framework) in frontend and Python Django Framework in backend. PostgreSQL is used as database to make this website.