https://github.com/pedroemmanuelbuerger/all-for-one
This project focuses on practicing queries, using a MySQL database as an example.
https://github.com/pedroemmanuelbuerger/all-for-one
javascript mysql
Last synced: 2 months ago
JSON representation
This project focuses on practicing queries, using a MySQL database as an example.
- Host: GitHub
- URL: https://github.com/pedroemmanuelbuerger/all-for-one
- Owner: PedroEmmanuelBuerger
- Created: 2023-04-28T20:54:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:29:18.000Z (3 months ago)
- Last Synced: 2025-03-06T19:44:46.358Z (2 months ago)
- Topics: javascript, mysql
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# All For One
This project focuses on practicing queries, using a MySQL database as an example.
## Technologies Used
- **JavaScript**
- **MySQL**## Installation
To install and run the project locally, follow the steps below:
1. Clone the repository of this project.
2. Run the command `npm run install`.
3. Run the tests using the command `npm run test`.## Key Learnings
The main learning was database manipulation using MySQL Workbench and JavaScript together, applying the CRUD methodology.
## Conclusion
The All For One project was a great opportunity for the team to learn and practice the basics of database understanding, learning how to manipulate and display data.