Nirmaan is a comprehensive patient management system designed to streamline the process of adding, editing, and managing patient records. This web application leverages Django, Bootstrap, and other modern technologies to provide an efficient and user-friendly interface for healthcare professionals.
- Add Patient : Easily add new patient records with comprehensive details including personal information, representative details, declarations, and more.
- Edit Patient : Update existing patient records with new information.
- Responsive Design : Fully responsive interface that works seamlessly on both desktop and mobile devices.
- Dark Mode : Toggle between light and dark themes for better usability and user preference.
- Webcam Integration : Capture patient photos directly from the webcam and upload them as part of the patient record.
- Dynamic Form Management : Add, edit, and remove multiple form sections such as items belonging to patients, temporary releases, and judicial proceedings.
- Backend : Django
- Frontend : Bootstrap, HTML, CSS, JavaScript
- Icons : Font Awesome
- Libraries : jQuery
-
Clone the repository:
git clone https://github.com/Abinash-Sinha/Nirmaan.git cd Nirmaan
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the application: Open your web browser and go to
http://127.0.0.1:8000/
.
- Add Patient : Navigate to the Add Patient page to fill in the details for a new patient. Use the form to enter information and capture a photo using the webcam if needed.
- Edit Patient : Go to the patient list, select a patient, and update their details as necessary.
- Responsive Design : The application is designed to work on various devices. Use the navigation bar and other UI elements that adapt to different screen sizes.
- Dark Mode : Use the toggle button at the bottom right of the screen to switch between light and dark themes.
The navigation bar and other elements of the application are fully responsive. On mobile devices, the navigation bar collapses into a toggleable menu for better usability.
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by Abinash Sinha, a software engineer from Silchar, Assam, with a passion for gaming and sports.