Skip to content

muhammedadil1024/modernclinic

Repository files navigation

Modern Clinic Hospital Management

Django Python

Demo App

🧐 About the Project

Modern Clinic is a Hospital Management App, Especially for booking or scheduling an appointment with doctors.This project is done using Python django for Backend and Html, Css, JS for Frontend and SQLite as Database


✨ Features

  • User Authentication: User can Register and login, authenticated User can Logout when they want.
  • Appointment Booking: Authenticated user can schedule Appointments with doctors.
  • Authenticated users can see our Doctors List and Medical Departments List available.

🛠️ Tech Stack

  • Framework: Django
  • Language: Python
  • Database: SQLite
  • Frontend: HTML/CSS/JAVASCRIPT

⚙️ Setup Instructions

Prerequisites

  • Python 3.9 or above
  • Django 4.1.2
  • A virtual environment (recommended)

Installation Steps

  • Clone the repository
git clone https://github.com/muhammedadil1024/modernclinic.git
  • Navigate to the project directory
cd modernclinic
  • Create and activate a virtual environment
python -m venv venv
venv\Scripts\activate
  • Install dependencies
pip install -r requirements.txt
  • create .env file and add your secret key details
DEBUG=True
SECRET_KEY=your_secret_key
  • Set up the database
python manage.py makemigrations
python manage.py migrate
  • Run the development server
python manage.py runserver

📞 Contact

Thank You!