This is an application to enable signup and login for different types of users. On login redirect users are redirected to their respective dashboards.
Types of Users: Doctor and Patient
- Signup for both doctors and patient with the necessary details including profile pic
- Create and Confirm Password fields while validating registration form and also verifying both these passwords if they are same or not.
- Common Login Page for doctors and patients and based on the role, they are redirected to their respective dashboards
- Dashboard which displays the details of the logged in user(maybe a patient or a doctor).
Django Framework - Python (Backend)
HTML, CSS and Bootstrap (Frontend)
SQLite (Database)
django: pip install django
Step 1: Run python manage.py runserver
Step 2: Go to the Browser and enter http://127.0.0.1:8000/
- Home Page:
- Registration Page for Doctor:
- Registration Page for Patient:
- Login Page for Doctors and Patients:



