Prescripto is a web-based doctor appointment booking platform that allows patients to easily browse, book, and manage appointments with verified doctors across various specializations.
- ๐ค Patient and Doctor Login/Signup
- ๐ Real-time appointment slot booking
- ๐ Browse doctors by specialization and availability
- ๐ Doctor profiles with details and consultation options
- ๐ฌ Booking confirmation and appointment tracking
- ๐ก๏ธ Secure authentication and data handling
- ๐ณ Payment gateway integration with Razorpay
- ๐ฒ SMS/Email notifications
- ๐น Video consultation support
- ๐งพ Prescription uploads/downloads
- โญ Ratings and reviews for doctors
Frontend:
- HTML/CSS/JavaScript
- React.js
- Tailwind CSS
Backend:
- Node.js with Express
Database:
- MongoDB
Other Tools:
- JWT for Authentication
- Git & GitHub for version control
# Clone the repository
git clone https://github.com/Aryan0512398/Prescripto.git
# Navigate to project directory
cd Prescripto
# Install dependencies
npm install
# Start the development server
npm run dev