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.
- Host: GitHub
- URL: https://github.com/bestbynature/vetclinicdb
- Owner: Bestbynature
- License: other
- Created: 2023-06-04T13:45:40.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-26T07:04:40.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T18:19:34.867Z (about 1 month ago)
- Topics: database-schema, postgresql, sql
- Language: SQL
- Homepage:
- Size: 167 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** 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.
Client
- SQL
Server
- SQL
Database
- **Database**
- **Table**
- **Queries**
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
👤 **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/)
- [ ] **Multiple tables**
- [ ] **More complex queries**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly drop a star for me on github.
I would like to thank Microverse for the inspiration given towards this codebase.
- **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"
This project is [MIT](./LICENSE) licensed.