Django-based appointment Booking app with email and sms feature
Prerequisite
- Python 3.7 or later
Install Requirements
pip install -r requirements.txt
Setup Database
python manage.py migrate
Run
python manage.py runserver
Landing page- Admin Dashboard
- Set Date and time slots
- View appointments
- Confirm appointments
- Announcement
- Email notifications
- SMS notifications