Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/besufekad-haz/vet_clinic
A relational database project to create the data structure for a vet clinic. I create a complete database with data about: animals, animals' owners, clinic employees and visits.
https://github.com/besufekad-haz/vet_clinic
Last synced: 16 days ago
JSON representation
A relational database project to create the data structure for a vet clinic. I create a complete database with data about: animals, animals' owners, clinic employees and visits.
- Host: GitHub
- URL: https://github.com/besufekad-haz/vet_clinic
- Owner: Besufekad-HAZ
- License: mit
- Created: 2023-05-09T10:22:57.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-05-16T14:15:33.000Z (over 1 year ago)
- Last Synced: 2024-12-15T01:29:32.158Z (30 days ago)
- Language: PLpgSQL
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vet Clinic
## 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!**
Schema Diagram
# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)> **[Vet_clinic]** :- is a relational database project to create the data structure for a vet clinic. I create a complete database with data about: animals, animals' owners, clinic employees and visits.
Client
- none
Server
- none
Database
- **[Display_List_of_animals]**
- **[Search_List_of_animals_by_properties]**
> [Live_Demo_Link] ----> (coming soon)
> To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A Computer (MAC or PC)
- Code editor (VSCode,Atom etc...)
- A browser (Chrome,Mozilla,Safari etc...)
- Version Control System (Git and Github)
- NodeJS (https://nodejs.org/en/)
- React {https://react.dev/}
- PostgreSQL {https://www.postgresql.org/}
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:Besufekad-HAZ/Vet_Clinic.git (SSH)
```
### Install
Install this project with:
- Install PostgreSQL [Win](https://www.postgresql.org/download/windows/)
- Install PostgreSQL [macOS](https://www.postgresql.org/download/macosx/)
- Install PostgreSQL [Linux](https://www.postgresql.org/download/linux/)
### Usage
To run a SQL file, execute the following command:
To use the \i command, you can type it followed by the path to the file containing the SQL commands you want to execute. For example:
`\i /path/to/file.sql `
This will execute the SQL commands in the specified file.
👤 **Besufekad Alemu**
- GitHub: [@Besufekad-HAZ](https://github.com/Besufekad-HAZ)
- Twitter: [@BesufekadAlemu7](https://twitter.com/BesufekadAlemu7)
- LinkedIn: [@besura](www.linkedin.com/in/besura)
- [ ] **Medical records management**
- [ ] **Appointment scheduling**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Besufekad-HAZ/Vet_Clinic/issues).
> If you like this project rate it and give it a star...
> I would like to thank the [Microverse team](https://www.microverse.org/) for allowing us to work on this Vet Clinic Database project.
- **Do i need PostgreSQL installed?**
- Yes...
- **Do i need internet Access?**
- No, you don't the PostgreSQL database server can work offline. And If your server does not have internet access you can install PostgreSQL offline.
This project is [MIT](./LICENSE) licensed.