
Um aplicativo em Django que pode ser usado como template para uma plataforma de gerênciamento de clínicas.
The Django App Saúde is a web application designed to store and present information for a medical clinic. It is built using the Django framework and features three user groups with different permissions: Employee, Doctor, and Patient. The application allows users to view, add, modify, and delete patient records and medical procedures. All data in the project is stored in a SQLite database and all personal information is fictional. The application uses Bootstrap 5 for the front-end design.
The Django App Saúde is a web application built using the Django framework. It allows users to manage patient records and medical procedures. The application supports three user groups with different permissions and uses a SQLite database for data storage. The front-end design is implemented using Bootstrap 5. To install the application locally, clone the repository, install the required packages, and run the manage.py file.
