https://github.com/oscarfmdev/vet-clinic-db
https://github.com/oscarfmdev/vet-clinic-db
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oscarfmdev/vet-clinic-db
- Owner: OscarFMdev
- Created: 2022-12-05T22:44:05.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-16T20:29:26.000Z (over 3 years ago)
- Last Synced: 2025-07-22T00:35:15.163Z (11 months ago)
- Language: PLpgSQL
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
**vet-clinic-db** is a project created with PostgreSQL.
Database
Allows users to use SQL database to manage pets information
- [Live Demo Link](https://yourdeployedapplicationlink.com)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need [PostgreSQL](https://www.postgresql.org/) intalled, [git](https://git-scm.com/downloads) and a text editor like [Visual Studio Code](https://code.visualstudio.com/download)
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/OscarFMdev/vet-clinic-db.git
```
### Install
Install this project with:
Example command:
```sh
cd my-project
gem install
```
### Usage
To run the project, copy and paste the schema file lines of code in your PostgreSQL terminal.
Not sure how to use PostgreSQL? Check this [introduction](https://www.youtube.com/watch?v=ezjoDYs72GA&t=977s)
### Deployment
This project is a database, you could interact with the database using commands like: INSERT, SELECT, DELETE, etc.
> Mention all of the collaborators of this project.
👤 **Oscar Fernandez Muñoz**
- GitHub: [@oscarfmdev](https://github.com/oscarfmdev)
- Twitter: [@oscarfmdev](https://twitter.com/oscarfmdev)
- LinkedIn: [LinkedIn](https://linkedin.com/in/oscarfmdev)
> Describe 1 - 3 features you will add to the project.
- [ ] **[new_feature_1]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project...
> Give credit to everyone who inspired your codebase.
I would like to thank...
> Add at least 2 questions new developers would ask when they decide to use your project.
- **[Question_1]**
- [Answer_1]
- **[Question_2]**
- [Answer_2]
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._