- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Vet-Clinic is a database designed to store information about animals, including their names, birthdates, weights, neutering status, and number of escape attempts, as well as their owners and visits to the clinic, with features such as filtering by weight range and name search.
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!
Client
Server
Database
- A database that allows for querying and filtering based on it's features.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
In order to run this project you need to have
- Basic knowledge of SQL
- Access to a PostgreSQL database
- Knowledge of Git and GitHub
- Have PostgreSQL client
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/RoyJumah/vet-clinic.git
👤 Roy Jumah
- GitHub: @RoyJumah
- Twitter: @_royissues
- LinkedIn: Roy Jumah
- Add animal's owner table
- Add clinic employees table
- Add visits table
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star
I would like to thank Microverse
for providing me the resources that enabled me to finish this exercise
This project is MIT licensed.