This is a web-based veterinary management software built using Python and Flask. It allows veterinary clinics to manage their appointments, clients, and pets.
- Secure authentication system for staff members
- Appointment scheduling and management
- Client and pet management
- Dashboard for an overview of clinic activity
- Clone the repository using
git clone https://github.com/disaa0/PetCenter.git
- Create a virtual environment using
python -m venv venv
- Activate the virtual environment using
source venv/bin/activate
- Install the required dependencies using
pip install -r requirements.txt
- Run the application using
flask run
- Navigate to the application's URL in a web browser (e.g.
http://localhost:5000
) - Log in using your staff credentials
- Use the dashboard to view clinic activity and manage appointments, clients, and pets
Contributions are welcome! If you would like to contribute to the project, please follow these steps:
- Fork the repository
- Create a new branch for your feature using
git checkout -b feature/your-feature-name
- Make your changes and commit them with descriptive commit messages
- Push your changes to your forked repository
- Create a pull request against the main repository
This project was developed by San (https://github.com/disaa0) and German Machado (https://github.com/macsmacen).
This project is licensed under the MIT License. See the LICENSE
file for more information.