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

https://github.com/bestbynature/vetclinicdb

VetClinicDB is a robust database that provides a complete and user-friendly solution for managing data related to animals, customers, and owners in a veterinary clinic. The repository serves as a centralized database system, empowering veterinary clinics to streamline their operations, enhance customer service, and maintain accurate records.
https://github.com/bestbynature/vetclinicdb

database-schema postgresql sql

Last synced: about 1 month ago
JSON representation

VetClinicDB is a robust database that provides a complete and user-friendly solution for managing data related to animals, customers, and owners in a veterinary clinic. The repository serves as a centralized database system, empowering veterinary clinics to streamline their operations, enhance customer service, and maintain accurate records.

Awesome Lists containing this project

README

        

# 📗 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)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 VetClinicDB

**VetClinicDB** is a robust and efficient GitHub repository that provides a complete and user-friendly solution for managing data related to animals, customers, and owners in a veterinary clinic. The repository serves as a centralized database system, empowering veterinary clinics to streamline their operations, enhance customer service, and maintain accurate records.

## 🛠 Built With

### Tech Stack

Client


  • SQL

Server


  • SQL

Database

### Key Features

- **Database**
- **Table**
- **Queries**

(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:
- node js
- git bash

### Setup

Clone this repository to your desired folder:

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh

psql -U postgres

```
Then enter the password you used during installation

### Run tests

Not applicable

### Deployment

You can deploy this application using render or gh-pages

(back to top)

## 👥 Authors

👤 **Damilare**

- GitHub: [@githubhandle](https://github.com/bestbynature)
- Twitter: [@twitterhandle](https://twitter.com/Dammybest)
- LinkedIn: [LinkedIn](https://linkedin.com/in/damilareismailabestbynature/)

👤 **Prince**

- GitHub: [@prius2055](https://github.com/prius2055)
- Twitter: [@prius2055](https://www.twitter.com/prius2055)
- LinkedIn: [@prius2055](https://www.linkedin.com/prius2055)

👤 **Ouail Laarabi**

- GitHub: [@Ouail-01](https://github.com/Ouail-01?tab=overview&from=2023-01-01&to=2023-01-02)
- Twitter: [@Ouail_laarabi](https://twitter.com/Ouail_Laarabi)
- LinkedIn: [Ouail Laarabi](https://www.linkedin.com/in/ouail-laarabi-53203b250/)

(back to top)

## 🔭 Future Features

- [ ] **Multiple tables**
- [ ] **More complex queries**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, kindly drop a star for me on github.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the inspiration given towards this codebase.

(back to top)

## ❓ FAQ

- **After installing postgresql, how do i start the service before i even create the database?**

- You can start the service on windows by opening gitbash and executing 'psql -U postgres'

- **How do i create a database and how do i confirm it has been created?**

- To create a database, use the following line of code:
CREATE DATABASE database_name;

and to check, use "\l"

(back to top)

## 📝 License

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

(back to top)