A Django-based Medical Shop Automation System developed to streamline pharmacy operations by managing medicine inventory, customer records, vendor details, and billing efficiently. The application provides an easy-to-use interface for pharmacy staff and helps reduce manual work through automation.
Medical Shop Automation is a web-based application built using Django. It enables pharmacy administrators to manage medicines, customers, billing, vendors, and inventory through a centralized system. The project focuses on improving accuracy, reducing paperwork, and making day-to-day pharmacy operations more efficient.
- 🔐 Secure User Authentication
- 💊 Medicine Inventory Management
- 👥 Customer Management
- 🏢 Vendor Management
- 🧾 Billing and Invoice Generation
- 📦 Stock Management
- 🔍 Medicine Search
- 📊 Admin Dashboard
- Python
- Django
- HTML5
- CSS3
- Bootstrap
- JavaScript
- SQLite
Medical-Shop-Automation/
│
├── msa/
│ ├── manage.py
│ ├── msa/
│ └── shop/
│
├── Screenshots/
├── README.md
├── requirements.txt
├── runtime.txt
└── Procfile
- Clone the repository
git clone https://github.com/Arundhathi2425/Medical-Shop-Automation.git- Navigate to the project directory
cd Medical-Shop-Automation- Install the required dependencies
pip install -r requirements.txt- Navigate to the Django project
cd msa- Apply database migrations
python manage.py migrate- Start the development server
python manage.py runserver- Open your browser and visit
http://127.0.0.1:8000/
- 📷 Barcode Scanner Integration
- 💳 Online Payment Support
- 📈 Sales Analytics Dashboard
- 📧 Email Notifications
- 👥 Multi-user Authentication
- ☁️ Cloud Database Integration
Arundhathi
Developed as an academic Software Engineering project using Django and Python.







