Skip to content
#

crud-operation

Here are 113 public repositories matching this topic...

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

  • Updated Feb 26, 2025
  • Python

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.

  • Updated Jun 13, 2023
  • Python

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.

  • Updated Oct 26, 2024
  • Python

Improve this page

Add a description, image, and links to the crud-operation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crud-operation topic, visit your repo's landing page and select "manage topics."

Learn more