[Vet_Clinic_Database] is a project that was created with a view to enter and manage some data pertaining to a veterinary clinic. The data is about some animals and the data managed includes their clinic ID’s, names, date of birth, escape attempts, neutered status and weight in kilograms. The database was created in PostgreSQL and it can be queried to get the needed information.
To get a local copy up and running, follow these steps:
psql vet_clinic
In order to run this project you need:
Install Postgres as shared in getting started.
Clone this repository to your desired folder:
Command:
mkdir my-folder
cd my-folder
git clone https://github.com/microvese-projects/vet-clinic.git
-
No installations required for this.
To run the project, execute the following command: Go into the special Postgres terminal for the created database:
psql vet_clinic
Tests are performed by running the queries to verify the data is fed into the DataBASE correctly.
The project is not deployed.
👤 Author1
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, you can easily show your appreciation by giving it a star on github
I would like to thank Microverse for the material provided to be able to learn and create this project.
Can I get a local copy of this project?
What is the experience is required to install PostgreSQL?
This project is MIT licensed.