- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Vet Clinic Database is a relational database that stores the data of a vet clinic. It includes data about:
- Animals
- Owners
- Species
- Vets
- Visits
- Specializations
Database
- Create, populate and query from several PostgreSQL tables
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:dicodiaz/vet-clinic-database.git
To run the project, execute the following commands:
createdb vet_clinic
psql vet_clinic
After executing these, you should be ready to:
- 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. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!
👤 Dico Diaz Dussan
- GitHub: @dicodiaz
- LinkedIn: Dico Diaz Dussan
- Portfolio: portfolio.dicodiaz.com.co
- Update and query from animals table
- Query from multiple tables
- Add "join table" for visits
- Database performance audit
- Add database schema diagram
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
A huge thanks to Microverse for their constant support.
This project is MIT licensed.