This is a mini full-stack web application built using the Django framework.
The project implements basic CRUD operations along with a real-time search feature using Djangoβs ORM.
Q
objectsCheck out a quick demo video of the app in action!
(Include link to video or screenshot here)
Clone the repository
git clone https://github.com/your-username/django-crud-search.git
Navigate to the folder
cd django-crud-search
Create virtual environment
python -m venv venv && source venv/bin/activate
(or use .venv\Scripts\activate
on Windows)
Install dependencies
pip install -r requirements.txt
Run the server
python manage.py runserver
This project helped me understand Djangoβs request-response cycle, model management, form handling, and integrating dynamic queries with the ORM.
Feel free to connect or share your thoughts!