An open API service indexing awesome lists of open source software.

https://github.com/sanketsuradkar/student_id_corner

A Django project demonstrating Create, Read, Update, Delete, and Search (CRUDS) operations. It offers a simple, user-friendly interface to manage records, allowing users to add, view, edit, delete, and search data. Built with Django and Bootstrap, it's a solid foundation for data-driven apps.
https://github.com/sanketsuradkar/student_id_corner

bootstrap crud-operation django

Last synced: 3 months ago
JSON representation

A Django project demonstrating Create, Read, Update, Delete, and Search (CRUDS) operations. It offers a simple, user-friendly interface to manage records, allowing users to add, view, edit, delete, and search data. Built with Django and Bootstrap, it's a solid foundation for data-driven apps.

Awesome Lists containing this project

README

          

# Django CRUD and Search Operations

This project demonstrates the implementation of **Create**, **Read**, **Update**, **Delete**, and **Search** (CRUDS) operations in a Django web application. It provides a simple, user-friendly interface for managing records, allowing users to add, view, edit, delete, and search data in the database.

## Features

- **Create**: Add new records to the database.
- **Read**: View a list of all records or individual details.
- **Update**: Modify existing records.
- **Delete**: Remove records from the database.
- **Search**: Search for records based on certain criteria.

## Technologies Used

- **Django**: Web framework for Python.
- **Bootstrap**: Frontend framework for responsive design.
- **HTML/CSS**: For the structure and styling of the web pages.

## Installation

Follow the steps below to set up and run the project locally:

1. Clone this repository:
```bash
gh repo clone SanketSuradkar/Student_ID_Corner

"# Student_ID_Corner"