- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
vet clinic is a relational database designed to manage and store information related to the operation of a veterinary clinic. User can use the project query to create, read, update and delete specific data from the database.
Database Schema Diagram
Client
Database
- create animals table
- Add records to animal table
- query animal table
- aggregate operations
- use of transactions
To get a local copy up and running, follow these steps.
In order to run this project you need:
- git
use the following link to setup
git
if you dont have it already installed on your computer
- PostgreSQL
use the following link to setup
PostgreSQL
if you dont have it already installed on your computer
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Caren-Koroeny/vet--Clinic.git
This repository includes files with plain SQL that can be used to run the project.
- Use schema.sql to create all tables.
- Use data.sql to populate tables with sample data.
- Check queries.sql for examples of queries that can be run on a newly created database.
👤 CarenSiya
- GitHub: @carensiya
- Twitter: @carensiya
- LinkedIn: @carensiya
- Add more advanced queries
- Add database performance audit
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please don't forget to follow me and give it a star.
I would like to acknowledge and thank Microverse for providing the template for this repository.
This project is MIT licensed.