Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelofarzabi/vet-clinic
In this project, you will use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.
https://github.com/nelofarzabi/vet-clinic
postgresql
Last synced: 26 days ago
JSON representation
In this project, you will use a relational database to create the initial data structure for a vet clinic. You will create a table to store animals' information, insert some data into it, and query it.
- Host: GitHub
- URL: https://github.com/nelofarzabi/vet-clinic
- Owner: Nelofarzabi
- License: mit
- Created: 2023-09-19T07:09:11.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-22T07:21:18.000Z (over 1 year ago)
- Last Synced: 2024-11-08T07:54:43.613Z (3 months ago)
- Topics: postgresql
- Language: PLpgSQL
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# curriculum-databases-projects-template
> This template should be used for database related projects at Microverse.
> Generate your own repository, update this README and edit all files content while working on projects. You should not be adding any new files unless asked otherwise.## 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> In this project, I use a relational database to create the initial data structure for a vet clinic. I create a table to store animals's information, insert some data into it, and query it.
**[Vet clinic database]** is a relational database create to store animals's information, insert some data into it, and query it.
Database
- **[Create database]**
- **[Insert and query data in SQL]**
To get a local copy up and running, follow these steps.
- Clone the [project using github](https://github.com/Nelofarzabi/vet-clinic.git)
### Setup
After cloning this repository to your desired folder:
```sh
cd my-folder
```
### Install
Install this project with:
[PostgreSQL](https://www.postgresql.org/download/)
### Usage
To run the project, execute the following command:
```sh
psql -U postgres
```
### Run tests
To run tests, run the following command:
```sh
\c dbname
SELECT * from tableName;
```
👤 **Nelofar Zabi**
- GitHub: [@githubhandle](https://github.com/Nelofarzabi)
- Twitter: [@twitterhandle](https://twitter.com/NelofarZabi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nelofar-zabi-1a1066213)
- [ ] **[Develop interface]**
- [ ] **[Add more colums]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nelofarzabi/vet-clinic/issues).
If you like this project give me star .
I would like to thank Microverse .
This project is [MIT](./LICENSE) licensed.