Online Medicine Store — Browse medicines, upload prescriptions, and manage cart. Built with Next.js + Supabase.
- 🏥 Medicine Catalog — Browse a wide range of medicines with details
- 📋 Prescription Upload — Upload prescriptions securely for verified medicines
- 🛒 Smart Cart — Add, remove, and manage your medicine orders
- 🔐 User Authentication — Secure login with Supabase Auth
- 📱 Responsive Design — Seamless experience across all devices
| Technology | Purpose |
|---|---|
| Next.js | React framework (SSR/SSG) |
| TypeScript | Type safety |
| Supabase | Backend, Auth, Database, Storage |
| Radix UI | Accessible UI primitives |
| Tailwind CSS | Utility-first styling |
Screenshots coming soon!
# Clone the repository
git clone https://github.com/rishavbuilder/medishop.git
# Navigate to project
cd medishop
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env.local
# Add your Supabase credentials
# Start development server
npm run devContributions are welcome! Feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.