Skip to content

VishalKrish70/Doc_and_patient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login and Signup Application

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

Tasks Accomplished:

  1. Signup for both doctors and patient with the necessary details including profile pic
  2. Create and Confirm Password fields while validating registration form and also verifying both these passwords if they are same or not.
  3. Common Login Page for doctors and patients and based on the role, they are redirected to their respective dashboards
  4. Dashboard which displays the details of the logged in user(maybe a patient or a doctor).

Tech Stack Used:

Django Framework - Python (Backend)

HTML, CSS and Bootstrap (Frontend)

SQLite (Database)

Libraries that need to be installed:

django: pip install django

To start the server and view the website

Step 1: Run python manage.py runserver

Step 2: Go to the Browser and enter http://127.0.0.1:8000/

Screenshots of the application:

  1. Home Page:

image

  1. Registration Page for Doctor:

image

  1. Registration Page for Patient:

image

  1. Login Page for Doctors and Patients:

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors