Patient Registration System
This project implements a patient registration system using Django, a Python web development framework. It allows users to register new patient information, update it, and delete it as needed. The project provides an intuitive interface for interacting with patient data stored in the database.
Once the application is running, follow these steps:
- Access the patient registration page.
- Fill out the form with the patient's information.
- Click "Register" to save the patient's information.
- Update patient information if necessary.
- Delete patient information if it's no longer relevant.
- Python
- Django
- HTML
- CSS
- Bootstrap
This project has achieved the following:
- Implementation of a fully functional patient registration system.
- Intuitive and user-friendly interface for registering, updating, and deleting patient information.
- Integration of message handling to provide feedback to the user.
- Efficient database handling to store and manage patient information.