/Vet_Clinic

VET_CLINIC is a database for keeping records of pets in a vertinary.

Primary LanguagePLpgSQLMIT LicenseMIT

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. Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!

📗 Table of Contents

📖 VET_CLINIC

VET_CLINIC is a database for keeping records of pets in a vertinary.

🛠 Built With

Tech Stack

To be updated ...

Client
Server
Database

Key Features

  • Users can create database table using this project
  • User can insert and update database table column
  • User can get specific data with different sql query

(back to top)

🚀 Live Demo

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Example command:

 Download and install PostgreSQL database.
 Either psql cli or pgAdmin4 GUI to interact with the database.

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:tobuya/Vet_Clinic.git

Install

Install this project with:

Example command:

- Download and install postgress database to run this project.

Usage

To run the project, execute the following command:

- 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)

👥 Authors

👤 Thomas Obuya

(back to top)

🔭 Future Features

  • More queries and schema

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a star ⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse.

(back to top)

📝 License

This project is MIT licensed.

(back to top)