https://github.com/nahnahdev/Vet-clinic-database
Vet-clinic-database 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/nahnahdev/Vet-clinic-database
database sql
Last synced: about 1 month ago
JSON representation
Vet-clinic-database 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.
- Host: GitHub
- URL: https://github.com/nahnahdev/Vet-clinic-database
- Owner: NahnahAJ
- License: mit
- Created: 2022-12-06T04:51:22.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-05T21:12:07.000Z (over 3 years ago)
- Last Synced: 2025-01-02T16:29:55.706Z (over 1 year ago)
- Topics: database, sql
- Language: PLpgSQL
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Vet-clinic-database** 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.
### Schema Diagram:
Database
> Coming Soon
- [Coming soon](#)
> 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!**
### Prerequisites
In order to run this project you need:
- A Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Git installed on the Computer
- Nodejs installed on the Computer
- A browser installed on the Computer
### Setup
Clone this repository to your desired folder:
- `git clone https://github.com/NahnahAJ/Vet-clinic-database.git` if your're using https or git
- `git@github.com:NahnahAJ/Vet-clinic-database.git` if you prefer ssh and hit enter.
- create a directory in your preferred location (e.g in the Desktop or Document directory)
> I was the sole collaborator in this project.
👤 **Nahnah Ahjuwah**
- GitHub: [@NahnahAJ](https://github.com/NahnahAJ)
- Twitter: [@NahnahAhjuwah](https://https://twitter.com/NahnahAhjuwah)
- LinkedIn: [Felicia-Awuah](https://www.linkedin.com/in/felicia-awuah-gyedua/)
> To be added later
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> If you like this project then kindly give me a star ⭐️ in the project repository.
## 🙏 Acknowledgments & Attribution
- I would like to thank Microverse.
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is [MIT](./LICENSE) licensed.