Skip to content

**Vet Clinic** is a project to create data structure for a vet clinic using a relational database. It implements PostgreSQL and contains all the data about animals. The complete database contains tables with data about: animals , animals' owners , clinic employees , visits

Notifications You must be signed in to change notification settings

MMGGYY66/vet-clinic-db

Repository files navigation

vet-clinic-db project (Module 4)

logo

vet-clinic-db project

📗 Table of Contents

📖 Vet Clinic

Vet Clinic is a project to create data structure for a vet clinic using a relational database. It implements PostgreSQL and contains all the data about animals. The complete database contains tables with data about: [] animals [] animals' owners [] clinic employees [] visits

🛠 Built With

Tech Stack

Client

Key Features

  • Create a database to store animals' information
  • Insert some data into table, and query it

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

git clone https://github.com/MMGGYY66/vet-clinic-db.git
cd vet-clinic

Create database

  1. Connect to your PostgreSQL server with psql
> psql
postgres=#
  1. Create the database vet_clinic
postgres=# CREATE DATABASE vet_clinic;
CREATE DATABASE
  1. Connect to your database vet_clinic. Inside your current session do:
postgres=# \c vet_clinic
You are now connected to database "vet_clinic" as user "postgres".
vet_clinic=#

That's it! Congratulations, you have created your database and connected to it. Next, we will add a table.

  • 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.

(back to top)

👥 Author

👤 Mohamed Gamil Eldimardash

👤👤 Lucas Comamala

(back to top)

🔭 Future Features

  • Insert new data
  • Update existence data
  • Delete existence data

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a start if you like this project!

(back to top)

🙏 Acknowledgments

  • I would like to thank the Microverse Team!
  • I would like to thank All my partners!

📝 License

This project is MIT.

(back to top)

About

**Vet Clinic** is a project to create data structure for a vet clinic using a relational database. It implements PostgreSQL and contains all the data about animals. The complete database contains tables with data about: animals , animals' owners , clinic employees , visits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published