Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubydevi/vetclinic-database
In this project, I will use a relational database to create the data structure for a vet clinic.
https://github.com/rubydevi/vetclinic-database
postgresql
Last synced: about 5 hours ago
JSON representation
In this project, I will use a relational database to create the data structure for a vet clinic.
- Host: GitHub
- URL: https://github.com/rubydevi/vetclinic-database
- Owner: rubydevi
- License: mit
- Created: 2023-08-21T13:30:24.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-29T10:13:11.000Z (about 1 year ago)
- Last Synced: 2023-08-29T14:32:55.734Z (about 1 year ago)
- Topics: postgresql
- Language: PLpgSQL
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)In this project, I have used a relational database to create the data structure for a vet clinic. I started with one table, and step by step, I will create a complete database with data about:
- animals
- animals' owners
- clinic employees
- visitsDatabase
- PostgreSQL
- **Create Database**
- **Create Table**
- **Insert Data**
### Prerequisites
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.
You will need `PostgreSQL` already installed.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:rubydevi/vetclinic-database.git
cd vetclinic-database
```
### Install
Install this project with:
```sh
gem install
```
### Usage
Run the queries on your local database to use this project.
**Important note: this file might include queries that make changes in the database (e.g., remove records). Use them responsibly!**
👤 **Chongtham Ruby Devi**
- GitHub: [@rubydevi](https://github.com/rubydevi)
- Twitter: [@arieabyss](https://twitter.com/ariesabyss)
- LinkedIn: [Chongtham Ruby Devi](https://www.linkedin.com/in/chongtham-bhoomika/)
**Luzinda Douglas**
- GitHub: [@LdouglasOT](https://github.com/LdouglasOT)
- Twitter: [@LdouglasOT](https://twitter.com/LdouglasOT)
- LinkedIn: [LdouglasOT](https://www.linkedin.com/in/LdouglasOT/)
- CRUD operations.
- Front End.
- User Management.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/rubydevi/vetclinic-database/issues).
If you like this project please leave a star, I'd really appreciate it.
- I'd like to thank Microverse for this wonderful README template.
This project is [MIT](https://github.com/rubydevi/vetclinic-database/blob/main/LICENSE) licensed.