Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omid2831/ride_record_coaster
The EU Database Project: Roller Coaster Management is designed to create a comprehensive MySQL database for storing and managing roller coaster information across Europe
https://github.com/omid2831/ride_record_coaster
mysql mysql-database php sql
Last synced: 20 days ago
JSON representation
The EU Database Project: Roller Coaster Management is designed to create a comprehensive MySQL database for storing and managing roller coaster information across Europe
- Host: GitHub
- URL: https://github.com/omid2831/ride_record_coaster
- Owner: Omid2831
- Created: 2024-11-13T14:35:12.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T21:51:50.000Z (23 days ago)
- Last Synced: 2024-12-18T22:33:07.244Z (23 days ago)
- Topics: mysql, mysql-database, php, sql
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EU Database Project: Roller Coaster Management 🎢
## Overview
The EU Database Project is designed to create a MySQL database for storing and managing roller coaster information across Europe. This project allows users to perform CRUD (Create, Read, Update, Delete) operations on roller coaster records, providing a structured and organized way to manage data related to roller coasters in various amusement parks. 🌍
## Table of Contents
- [Features](#features) ✨
- [Technologies Used](#technologies-used) 💻
- [Demo](#demo) 🎬
- [Installation](#installation) ⚙️
- [Usage](#usage) 📖
- [Database Structure](#database-structure) 🗄️
- [Contributing](#contributing) 🤝
- [License](#license) 📜## Features
- Create new roller coaster records. 🆕
- Read and display existing roller coaster data. 📊
- Update details of existing roller coasters. ✏️
- Delete roller coaster records. ❌
- User-friendly interface built with Bootstrap. 🌟## Technologies Used
- PHP: Server-side scripting language for backend development. 🖥️
- MySQL: Database management system for storing roller coaster data. 🗃️
- HTML/CSS: This is used to structure and style the web pages. 🌐
- Bootstrap: Frontend framework for responsive design. 📱## Demo
In this demo, you can:
- **Add New Roller Coasters**: Easily input details for new roller coasters and save them to the database. 📝
![Add New Roller Coaster]( img/update.png)
- **View Roller Coaster Listings**: Browse a comprehensive list of roller coasters, sorted by height, to see which ones are the tallest in Europe. 📏
![View Roller Coaster Listings](img/View.png)- **Edit Existing Records**: Modify the details of any roller coaster, including its name, park, country, top speed, height, and built year. ✍️
![Edit Roller Coaster](img/modify.png)- **Delete Records**: Remove roller coaster entries from the database with a simple click. 🗑️
![Delete Roller Coaster](img/demoDeleting.png)
![inalization of removal](img/delete.png)Join us in exploring the exciting world of roller coasters across Europe! 🎉
In the demo, you can:
- Add new roller coasters to the database. ➕
- View a list of roller coasters sorted by height. 📋
- Edit existing roller coaster details. 🔧
- Delete roller coaster records. 🗄️## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/omid2831/Ride_Record_Coaster.git
cd eu-database-project
```
---Feel free to adjust the emojis as you see fit! 😊