Shaheryar0054 / vet_clinic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curriculum-databases-projects-template

This template should be used for database related projects at Microverse. Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.

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 project using postgres sql to create tables that store animals, owners and species data.

πŸ›  Built With

Tech Stack

Database

Key Features

  • [Created-database-using-postgresql]
  • [created-tables]
  • [Added-data-inside-table]

(back to top)

(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 Create a database

CREATE DATABASE vet_clinic

Setup

Clone this repository to your desired folder:

cd my-folder git clone git@github.com:clin2on3mun/VetClinic-database.git

Install

Install this project with:

download PostgreSQL and install to your Operating system

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author1

(back to top)

πŸ”­ Future Features

  • [Add animal products table]
  • [Add Doctor Table]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

(back to top)

πŸ™ Acknowledgments

I would like to thank microverse

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:PLpgSQL 100.0%