Skip to content

This is a website that demonstrates the basic usage of databases using postgreSQL.

License

Notifications You must be signed in to change notification settings

Leeoasis/vet-clinic-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 [vet_clinic]

[vet_clinic] database is built in PostgresQL using SQL, a special language for managing data. It's a relational database that contains all the information needed to create the data structure for a web application specifically designed for a veterinary clinic.

🛠 Built With

Tech Stack

Database

Key Features

  • Animals table for tracking data
  • Audit for database performance optimization.
  • Visual schema for database structure.

(back to top)

💻 Getting Started

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.

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • PostgresQL

Setup

Clone this repository to your desired folder:

  cd your-folder
  git clone https://github.com/Leeoasis/vet-clinic-database.git

(back to top)

👥 Authors

👤 Leslie Gudo

(back to top)

🔭 Future Features

  • Search and update animals table
  • Retrieve data from multiple tables
  • Add "join table" for visits

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page][(https://github.com/Leeoasis/vet-clinic-database/issues)].

(back to top)

⭐️ Show your support

If you like this project give me a ⭐️!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for this experience

(back to top)

📝 License

This project is MIT licensed.

About

This is a website that demonstrates the basic usage of databases using postgreSQL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published