This repository includes files with plain SQL that can be used to recreate a database:
- 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!
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 📝 License
Vet clinic database is a database for a veterinary clinic. It stores information about animals that visit the clinic. It is a project for the Microverse curriculum.
Database
- It stores the names of all animals that visit the clinic.
- It stores the date of birth of each animal.
- It stores the weight of each animal.
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:
git clone git@github.com:shasherazi/vet-clinic.git
cd vet-clinic
To run the project, execute the following command:
Example command:
createdb vet_clinic
👤 shasherazi
- GitHub: @shasherazi
- Twitter: @shasherazi
- LinkedIn: shasherazi
👤 Aubin Simpeze
- GitHub: @aubinleyoung
- Twitter: @aubin_simpeze
- LinkedIn: aubin-simpeze
- Add more tables to store more information about animals and their owners.
- Add more queries to retrieve information from the database.
- Add more constraints to the database.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️!
This project is MIT licensed.