Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteugwu/vet-clinic
https://github.com/peteugwu/vet-clinic
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peteugwu/vet-clinic
- Owner: PeteUgwu
- License: mit
- Created: 2023-03-01T23:38:22.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-11T01:13:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T12:57:22.401Z (2 months ago)
- Language: PLpgSQL
- Size: 3.64 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [🚀 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> Describe your project in 1 or 2 sentences.
**[Vet Clinic]** is a project that use relational database to create data structure. Create a table to store animals' information, insert some data into it, and query it.
Client
Server
Database
- **[Create a relational database]**
- **[Use SQL to querry data from database tables]**
- **[Update and insert data using SQL queries]**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
### Usage
To run the project, execute the following command:
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
## Database schema diagram
See database schema diagram below
![Alt text](database%20diagram.png)
👤 **Author**
- GitHub: [@PeteUgwu](https://github.com/PeteUgwu)
- Twitter: [@Petrus4Charles](https://twitter.com/Petrus4Charles)
- LinkedIn: [@peteugwu](https://www.linkedin.com/in/peteugwu/)
- **[Generate diagram for the database schema]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly support by giving it a star
I would like to thank Microverse
This project is [MIT](./LICENSE) licensed.