Vet Clinic is a project that hosts vet clinic relational database that manages animals' data, their owners and employees data.
Database
- Insert data into tables
- Delete data from tables
- Update data
In order to run this project you need:
In order to run this project you need to have a PostgreSQL installed
Clone this repository to your desired folder:
git clone https://github.com/kambereBr/vet_clinic.gitTo install this project, you must execute the sql instructions contained in schema.sql to create all tables and use instructions from data.sql to populate tables with all data.
To run the project, you can execute the queries from queries.sql or try your own SQL queries
Mention all of the collaborators of this project.
π€ Bruno Kambere
- GitHub: @kambereBr
- Twitter: @kambereBr
- LinkedIn: bruno kambere
- Add a UI
- Deploy on cloud
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like the Vet Clinic you can support our work. Visit other links Bruno personal page.
I would like to thanks to Microverse for providing the necessary resources.
-
Are the linters necessary?
- Not for this kind of project, but it good practice to use them when we will add the UI
This project is MIT licensed.