Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nelofarzabi/vet-clinic

In this project, you will use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.
https://github.com/nelofarzabi/vet-clinic

postgresql

Last synced: 26 days ago
JSON representation

In this project, you will use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.

Awesome Lists containing this project

README

        

# 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](./schema.sql) to create all tables.
- Use [data.sql](./data.sql) to populate tables with sample data.
- Check [queries.sql](./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

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Vet clinic database]

> In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals's information, insert some data into it, and query it.

**[Vet clinic database]** is a relational database create to store animals's information, insert some data into it, and query it.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[Create database]**
- **[Insert and query data in SQL]**

(back to top)

## 💻 Getting Started

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

- Clone the [project using github](https://github.com/Nelofarzabi/vet-clinic.git)

### Setup

After cloning this repository to your desired folder:

```sh

cd my-folder

```

### Install

Install this project with:

[PostgreSQL](https://www.postgresql.org/download/)

### Usage

To run the project, execute the following command:

```sh
psql -U postgres
```

### Run tests

To run tests, run the following command:

```sh
\c dbname
SELECT * from tableName;

```

(back to top)

## 👥 Authors

👤 **Nelofar Zabi**

- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)

(back to top)

## 🔭 Future Features

- [ ] **[Develop interface]**
- [ ] **[Add more colums]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give me star .

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse .

(back to top)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)