/Vet-Clinic

Primary LanguagePLpgSQLMIT LicenseMIT

Vet Clinic

πŸ“— Table of Contents

πŸ“– Vet Clinic

Management system for animals clinic. Using SQL (PostgreSQL) to manage the data.

πŸ›  Built With

Tech Stack

Database

Key Features

  • [User can observe and analyze data]
  • [Can modify the table]
  • [Using PostgreSQL]

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!

Setup

Clone this repository to your desired folder:

1 - Go to the <> Code section in the repository.

2 - Select the https tab and copy the url provided.

3 - Use the git clone command in the root of the folder where you will save the project.

Note: For more information you can visit About remote Repositories and Adding and cloning repositories.

Prerequisites

In order to run this project you need:

  • Visual Studio Code
  • PostgreSQL
  • PSQL
  • SQLTools

Usage

To make use of the project, you must create or have a vet_clinic database with a table.

(back to top)

πŸ‘₯ Author: HernΓ‘n Zamora

πŸ‘₯ Author: Nshanji Hilary Ndzi

(back to top)

πŸ”­ Future Features

  • [Enable the user to enter data]
  • [Building Front-End]

(back to top)

πŸš€ Live Demo

  • [N/A]

πŸŽ₯ Project Presentation

  • [N/A]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page. Or send them directly to me.

(back to top)

⭐️ Show your support

If you like this project feel free to let me know via Linkedin - Github - Twitter, also don't forget to leave your ⭐️. I will always appreciate your comments.

(back to top)

πŸ™ Acknowledgments

  • Templete used in project provided by Microverse.

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)