Reem-lab / vet-clinic

The project contain database created using a relational database. to store the information for clinic, so you can store the information for all the animals that come and treat in this clinic and the visits, the specializations and the vets there. ๐Ÿฆฎ๐Ÿ˜พ๐Ÿด๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vet Clinic

The project contain database created using a relational database. to store the information for clinic, so you can store the information for all the animals that come and treat in this clinic and the visits, the specializations and the vets there. ๐Ÿฆฎ๐Ÿ˜พ๐Ÿด๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ

Scheme Diagram

Click this link to see the scheme diagram for this project. Hover over the lines or the row to get info on the relations with other tables

Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

Requirements

  • PostgreSQL server installed and running
  • psql installed

Clone this repository

$ git clone git@github.com:Reem-lab/vet-clinic.git
$ cd vet-clinic
  1. Connect to your PostgreSQL server with psql
psql
  1. Create the database vet-clinic
CREATE DATABASE vet-clinic;
  1. Connect to your database vet-clinic
\c vet-clinic
  • 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!

Authors

๐Ÿ‘ค Reem

Platform Badge
GitHub @Reem-lab
Twitter Rem79940127
LinkdIn reem-janina

๐Ÿ‘ค Andrรฉs Felipe Arroyave Naranjo

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

๐Ÿ“ License

This project is MIT licensed.

About

The project contain database created using a relational database. to store the information for clinic, so you can store the information for all the animals that come and treat in this clinic and the visits, the specializations and the vets there. ๐Ÿฆฎ๐Ÿ˜พ๐Ÿด๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ


Languages

Language:PLpgSQL 100.0%