Django App Saude

screenshot of Django App Saude

Um aplicativo em Django que pode ser usado como template para uma plataforma de gerênciamento de clínicas.

Overview:

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.

Features:

  • User Groups: The application supports three user groups - Employee, Doctor, and Patient - each with different permissions.
  • Patient Management: Users can view, add, modify, and delete patient records.
  • Procedure Management: Users can view, add, modify, and delete medical procedures.
  • Local Installation: The application can be installed locally by cloning the repository, installing the necessary packages, and running the manage.py file.

Summary:

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.