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

https://github.com/elijahdre/vet_clinic

This is an educational project to create the initial data structure for a vet clinic using a relational database. Built with PostgreSQL.
https://github.com/elijahdre/vet_clinic

database microverse microverse-projects microverse-students postgresql postgresql-database

Last synced: 2 months ago
JSON representation

This is an educational project to create the initial data structure for a vet clinic using a relational database. Built with PostgreSQL.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# Vet Clinic Database

> This is an educational project to create the initial data structure for a vet clinic using a relational database. I started with one table and created a complete database about:

![schema](https://user-images.githubusercontent.com/47558964/198065810-5383603f-5320-4b6e-ad4a-7b931e88d862.PNG)

## Built With

- [x] Relation Database: PostgreSQL
- [x] VS Code

## 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!**

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

### Prerequisites

- [x] A web browser like Google Chrome.
- [x] A code editor like Visual Studio Code with Git and Node.js.

You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```

Likewise for Node.js and npm for package installation.
```
$ node --version && npm --version
```

### Setup

Clone the repository using the GitHub link provided below.

### Install

In the terminal, go to your file directory and run this command.

```
$ git clone [email protected]:Elijahdre/vet_clinic.git
```

### Usage

Kindly modify the files as needed.

## Author

👤 **Elijah Odjegba**

- GitHub: [![GitHub Badge](https://img.shields.io/badge/-Elijahdre-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/Elijahdre)
- Twitter: [![Twitter Badge](https://img.shields.io/badge/-kingglijah-white?logo=Twitter&logoColor=1DA1F2&style=plastic)](https://twitter.com/kingglijah)
- LinkedIn: [![LinkedIn Badge](https://img.shields.io/badge/-Elijah--Odjegba-white?logo=LinkedIn&logoColor=0A66C2&style=plastic)](https://www.linkedin.com/in/elijah-odjegba)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Elijahdre/vet_clinic/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc

## 📝 License

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