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

https://github.com/cobbyelsonfx/vet_clinic


https://github.com/cobbyelsonfx/vet_clinic

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Vet Clinic 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

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

# 📖 [Vet Clinic]

>
**[Vet Clinic]** It's a simple web app for managing and displaying information about animals, services, and clients of a local Vet Clinic.

## 🛠 Built With

### Tech Stack

>

Database

### Key Features

>
- **Connects and interacts with a local or remote database server, using a PostgreSQL DBMS**
- **Implements a PostgreSQL connecting the main components with the database server**

(back to top)

## 🚀 Live Demo

> Coming Soon

- [Live Demo Link coming 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:
- vs code editor
- PostgreSQL V16 installed

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:cobbyelsonfx/vet_clinic.git
```

(back to top)

## 👥 Authors

>

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/CobbyElsonfx)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/francis-andoh-fullstackdev2023/)

(back to top)

## 🔭 Future Features

>
- [ ] **[Implement more queries to update the table content]**

(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 dont forget to give it a star

(back to top)

## 🙏 Acknowledgments

>
I would like to thank the Microverse team for their continuous support and guidance

(back to top)

## ❓ FAQ

>
- **[Do I have to use pgAdmin or the SQL shell for PostgreSQL commands]**

- [You are allowed to choose any of them base on you preference]

- **[Is PostgreSQl the same as SQL ]**

- [
No, PostgreSQL is not the same as SQL. PostgreSQL and SQL are related but distinct concepts:, PostgreSQL is an RDBMS that uses SQL as its primary language for interacting with the database. SQL, on the other hand, is a standardized language for managing and querying relational databases, and it can be used with various database systems, including PostgreSQL.]

(back to top)

## 📝 License

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

(back to top)