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.
- Host: GitHub
- URL: https://github.com/elijahdre/vet_clinic
- Owner: Elijahdre
- Created: 2022-10-17T17:19:32.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-10-26T15:15:41.000Z (over 2 years ago)
- Last Synced: 2024-05-28T22:10:44.523Z (about 1 year ago)
- Topics: database, microverse, microverse-projects, microverse-students, postgresql, postgresql-database
- Language: PLpgSQL
- Homepage:
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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:

## 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: [](https://github.com/Elijahdre)
- Twitter: [](https://twitter.com/kingglijah)
- LinkedIn: [](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.