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.
- Host: GitHub
- URL: https://github.com/sanketsuradkar/student_id_corner
- Owner: SanketSuradkar
- Created: 2025-04-05T06:41:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T06:44:11.000Z (over 1 year ago)
- Last Synced: 2025-04-05T07:27:58.503Z (over 1 year ago)
- Topics: bootstrap, crud-operation, django
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"