Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carreraprogrammer/world_cup_database
For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.
https://github.com/carreraprogrammer/world_cup_database
Last synced: about 1 month ago
JSON representation
For this project, you will create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/world_cup_database
- Owner: carreraprogrammer
- Created: 2023-06-18T02:12:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-22T02:58:07.000Z (over 1 year ago)
- Last Synced: 2024-05-17T15:36:51.040Z (8 months ago)
- Language: Shell
- Size: 552 KB
- Stars: 3
- Watchers: 1
- 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)**[WORLD CUP DB]** is a web application, where I create a Bash script that enters information from World Cup games into PostgreSQL, then query the database for useful statistics.
The following technologies were used in the development of this project:
Ruby: To create and manipulate the classes
- **You can add world cup information**
- **You can obtain worldcup information**
- **You can add information to the database using a script**To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
psql -U postgres < worldcup.sql
```### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:carreraprogrammer/world_cup_database.git
```### Usage
To run the project, execute the following command:
```sh
./insert_data.sh
```👤 **Daniel Carrera**
- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera] (https://www.linkedin.com/in/daniel-carrera-paz-85a917244/)- [ ] **[Add basic UI]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/carreraprogrammer/school/issues/).
If you like this project, I'd really appreciate if you can give me a star.
I would like to thank to my family, my coding partners and Microverse, that are always pushing me to became my best version
This project is [MIT](MIT.md) licensed.