Skip to content

gowtham-prog/medezee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medezee - Online Medical appointments

Description

A web application designed with the help of python web based framework django. The frontend of the application designed with **HTML, CSS, Javascript.**Backend of the application with Django. Database with SQLite. The online medical appointment website offers a seamless healthcare experience by providing patients with the ability to conveniently schedule appointments, order medicines, and book diagnostic tests from the comfort of their homes. This website revolutionizes healthcare accessibility, saving time and simplifying the entire process for individuals seeking medical consultations, prescriptions, and necessary tests.

Advantages

  • Convenience: Book appointments anytime, anywhere, without the need for physical visits or phone calls.
  • Time-saving: Eliminate waiting on hold or visiting the medical facility in person.
  • 24/7 availability: Book appointments at any time, even outside regular office hours.
  • Access to information: Find detailed information about doctors, specialties, and patient reviews.
  • Reduced paperwork: Eliminate paper forms and manual record-keeping.

Installation

  1. Download the zip file of this repository or clone.

  2. Execute virtualenv command. Make sure your system has python installed in it.

    venv\Scripts\activate 

    (for windows)

  3. Install the requirements.txt file.

    pip install -r requirements.txt
  4. Run the migrations

    python manage.py makemigrations 
     python manage.py migrate
  5. Run server in your localhost

    python manage.py runserver
  6. Open your web browser and type http://localhost:8000/


🌲 Project tree

All the issue templates.

---

📸 Screenshots

A couple of screenshots to delight you before you use this template.

Login page

Login.png

Register page

register.png

User Dashboard

dashboard.png

Appointment Booking page

appointment.png

Test Booking page

test.png

User updated dashboard

user dashboard.png

Admin panel

admin.png

Staff Accepting apppointment

database.png