Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahira-sadat/vet-clinic-database

This is a database project using relational database to create the data structure for a vet clinic.
https://github.com/shahira-sadat/vet-clinic-database

Last synced: 6 days ago
JSON representation

This is a database project using relational database to create the data structure for a vet clinic.

Awesome Lists containing this project

README

        

# vet-clinic-database
This is a database project using relational database to create the data structure for a vet clinic.

# Database Schema Diagram
Screen Shot 2022-09-20 at 6 05 47 PM

## Built With

![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white)
![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge&logo=git&logoColor=white)
![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)


## Getting Started

This repository includes files with plain SQL that can be used to recreate a database:

- Use `schema.sql` to create table.
- Use `data.sql` to populate table with sample data.
- Check `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

- PostgreSQL server installed and running.
- psql installed
- A database to use

## Authors
👤 Shahira Sadat

- GitHub: [Shahira Sadat](https://github.com/shahira-sadat)
- Twitter: [Shahira Sadat](https://twitter.com/SadatShahira)
- Linkedin: [Shahira Sadat](https://www.linkedin.com/in/shahira-sadat-49b402199)
- Gmail: [email protected]

## 🤝 Contributing
Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- [Microverse](https://www.microverse.org/)
- Thanks to [Ali Jendoubi](https://github.com/ichala) for making the Football Leagues API that used in this project.
- Thanks to [Nelson Sakwa on Behance.](https://www.behance.net/sakwadesignstudio) for App design template.

## License
This project is MIT licensed.