https://github.com/yacoubou-seidou/vet_clinic
https://github.com/yacoubou-seidou/vet_clinic
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yacoubou-seidou/vet_clinic
- Owner: Yacoubou-seidou
- License: mit
- Created: 2023-06-06T16:07:10.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-13T13:04:07.000Z (about 2 years ago)
- Last Synced: 2025-02-04T11:05:07.654Z (5 months ago)
- Language: PLpgSQL
- Size: 73.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curriculum-databases-projects-template
## 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
- [curriculum-databases-projects-template](#curriculum-databases-projects-template)
- [Getting Started](#getting-started)
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[Vet\_Clinic\] ](#-vet_clinic-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)**[Vet_Clinic]** is a complete database with data about animals , owners, clinics employees and visits.
Database
- **[Add_data_in_DB]**
- **[ID_generated_automaticaly]**
- **[Secure_update_and_delete]**
- Comming soon
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```
-Git bash
-Posgresql
-Visual Studio Code as your code editor
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Yacoubou-seidou/Vet_Clinic.git
```
### Install
Install this project with:
coming soon
### Usage
To run the project, execute the following command:
coming soon
### Run tests
To run tests, run the following command:
coming soon
### Deployment
You can deploy this project using:
coming soon
👤 **Yacoubou**
- GitHub: [@Yacoubou-seidou](https://github.com/Yacoubou-seidou)
- LinkedIn: [yacoubou-Seidou](https://www.linkedin.com/in/yacoubou-seidou-chaibou/)
- [ ] **[Add more pages]**
- [ ] **[Add & remove functionality]**
- [ ] **[Dynamique webpage]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Yacoubou-seidou/Vet_Clinic/issues).
If you like this project show some love by commenting
I would like to thank Microverse staff for their support
This project is [MIT](./LICENSE) licensed.