CRUD-Search

πŸ§‘β€πŸŽ“ Django CRUD + Search Functionality

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.

πŸš€ Features

πŸ› οΈ Tech Stack

πŸ“Έ Demo

Check out a quick demo video of the app in action!
(Include link to video or screenshot here)

πŸ“‚ How to Run

  1. Clone the repository
    git clone https://github.com/your-username/django-crud-search.git

  2. Navigate to the folder
    cd django-crud-search

  3. Create virtual environment
    python -m venv venv && source venv/bin/activate (or use .venv\Scripts\activate on Windows)

  4. Install dependencies
    pip install -r requirements.txt

  5. Run the server
    python manage.py runserver

πŸ’‘ Learning Outcome

This project helped me understand Django’s request-response cycle, model management, form handling, and integrating dynamic queries with the ORM.


πŸ“¬ Connect With Me

Feel free to connect or share your thoughts!

LinkedIn β€’ GitHub