Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendoriddy/vet-clinic
https://github.com/kendoriddy/vet-clinic
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kendoriddy/vet-clinic
- Owner: kendoriddy
- Created: 2022-10-17T10:37:18.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-23T21:51:27.000Z (over 2 years ago)
- Last Synced: 2024-10-19T03:34:02.722Z (3 months ago)
- Language: PLpgSQL
- Size: 2.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vet-Clinic
Using the Microverse curriculum-databases-projects-template, I demonstrated various queries that could be performed with PostgreSQL.
## Built With
- Relational Database PostgreSQL
- Visual Studio Code
- Git(version control)
- Schema Diagram [drawSQL](https://drawsql.app/)## Getting Started
This repository includes files with plain SQL that can be used to recreate a database:
- I used [schema.sql](./schema.sql) to create all tables.
- I used [data.sql](./data.sql) to populate tables with sample data.
- I wrote all my queries inn [queries.sql](./queries.sql).## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)### Usage
#### Clone this repository
```bash
$ git clone https://github.com/kendoriddy/vet-clinic.git
$ cd vet-clinic
```
## Authors👤 **Kehinde Ridwan Onifade**
- GitHub: [@githubhandle](https://github.com/kendoriddy)
- LinkedIn: [LinkedIn](https://linkedin.com/in/kehindeonifade)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
## 📝 LicenseThis project is [MIT](./MIT.md) licensed.