MedFind helps people find which nearby pharmacy has their required medicine in stock, instead of visiting multiple pharmacies. Pharmacies can update their stock, manage billing, and get notified when stock runs low.
- Search medicine availability across nearby pharmacies
- Distance-based sorting using live location
- Pharmacy sign up and login
- Stock management with low-stock alerts
- Simple billing system with receipt generation
- Backend: Python (Flask)
- Database: SQLite
- Frontend: HTML, CSS , JAVASCRIPT
git clone https://github.com/still4shrishti/MedFind.git
cd MedFind
pip install -r requirements.txt
python backend.py
http://localhost:5000
Pharmacy login (for pre-loaded sample pharmacies):
- Password:
1234
Or use "Sign up" to register a new pharmacy.