https://github.com/cobbyelsonfx/vet_clinic
https://github.com/cobbyelsonfx/vet_clinic
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cobbyelsonfx/vet_clinic
- Owner: CobbyElsonfx
- License: mit
- Created: 2023-10-11T13:19:39.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-10-14T18:39:13.000Z (over 1 year ago)
- Last Synced: 2025-02-18T01:30:38.347Z (3 months ago)
- Language: PLpgSQL
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]** It's a simple web app for managing and displaying information about animals, services, and clients of a local Vet Clinic.>
Database
>
- **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**
> Coming Soon
- [Live Demo Link coming soon]()
> 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
```
>
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/CobbyElsonfx)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/francis-andoh-fullstackdev2023/)
>
- [ ] **[Implement more queries to update the table content]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
>
If you like this project dont forget to give it a star
>
I would like to thank the Microverse team for their continuous support and guidance
>
- **[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.]
This project is [MIT](./LICENSE) licensed.