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
- 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
andMedical Departments List
available.
- Framework: Django
- Language: Python
- Database: SQLite
- Frontend: HTML/CSS/JAVASCRIPT
- Python 3.9 or above
- Django 4.1.2
- A virtual environment (recommended)
- 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
- Email: [email protected]
- GitHub: Muhammed Adil
- LinkedIn: Muhammed Adil
Thank You!