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

https://github.com/yacoubou-seidou/vet_clinic


https://github.com/yacoubou-seidou/vet_clinic

Last synced: 3 months ago
JSON representation

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]

**[Vet_Clinic]** is a complete database with data about animals , owners, clinics employees and visits.

## 🛠 Built With

### Tech Stack

Database

### Key Features

- **[Add_data_in_DB]**
- **[ID_generated_automaticaly]**
- **[Secure_update_and_delete]**

(back to top)

## 🚀 Live Demo

- Comming soon

(back to top)

## 💻 Getting Started

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

(back to top)

## 👥 Authors

👤 **Yacoubou**

- GitHub: [@Yacoubou-seidou](https://github.com/Yacoubou-seidou)
- LinkedIn: [yacoubou-Seidou](https://www.linkedin.com/in/yacoubou-seidou-chaibou/)

(back to top)

## 🔭 Future Features

- [ ] **[Add more pages]**
- [ ] **[Add & remove functionality]**
- [ ] **[Dynamique webpage]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Yacoubou-seidou/Vet_Clinic/issues).

(back to top)

## ⭐️ Show your support

If you like this project show some love by commenting

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse staff for their support

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)