/vet-clinic-database

This is a frist Postgress project that contains a basic database structure of a Vect clinic venture

Primary LanguagePLpgSQLMIT LicenseMIT

Vet clinic postgress-database

This is a frist Postgress project that contains a basic database structure of a Vect clinic venture

Getting Started

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

  • schema.sql contains the create tables instructions.
  • data.sql contains instructions and sample data to populate tables.
  • queries.sql contains instructions and queries to manipulate the data.

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 Database]

This is a frist Postgress project that contains a basic database structure of a Vect clinic venture

[Vet Clinic Database] is a postgress database project ...

🛠 Built With

Tech Stack

Built with SQL queries

Client
Server
Database

Key Features

Present features of the application.

  • Create schema & Manipulate animals table
  • Use of sample data for animals
  • Queries for data manipulation

(back to top)

🚀 Live Demo

No link yet ; The link will be deployed soon.

(back to top)

💻 Getting Started

Describe how a new developer could make use of your project.

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

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/chiztechnology/vet-clinic-database.git

Usage

In order to run this project you need:

Install and Run Postgress on your local computer copy and paste the instrunctions in the .sql files in the repository to create and populate the database

👥 Authors

collaborators of this project.

👤 Israel CHIZUNGU

(back to top)

🔭 Future Features

Future features of the project.

  • Expand the database with nurse table
  • Add complex manipulation queries
  • Discover & include join table queries

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Write a message to encourage readers to support your project

If you like this project...

(back to top)

🙏 Acknowledgments

(back to top)

❓ FAQ

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