https://github.com/pedroemmanuelbuerger/one-for-all
One For All is a project designed to create and populate tables using the MySQL database, creating a database based on the features of Spotify.
https://github.com/pedroemmanuelbuerger/one-for-all
docker docker-compose javascript mysql
Last synced: 2 months ago
JSON representation
One For All is a project designed to create and populate tables using the MySQL database, creating a database based on the features of Spotify.
- Host: GitHub
- URL: https://github.com/pedroemmanuelbuerger/one-for-all
- Owner: PedroEmmanuelBuerger
- Created: 2023-04-28T20:56:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T17:30:42.000Z (3 months ago)
- Last Synced: 2025-03-06T19:44:50.515Z (2 months ago)
- Topics: docker, docker-compose, javascript, mysql
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# One For All
One For All is a project designed to create and populate tables using the MySQL database, creating a database based on the features of Spotify.
## Technologies Used
- **Docker**
- **MySQL**
- **JavaScript**
- **Docker Compose**## Installation
To install and run the project locally, follow the steps below:
1. Clone the repository to your local machine.
2. Run the command `npm install`.
3. Run the tests with `npm run test`.## Key Learnings
During the development of this project, the main learning came from organizing database tables in diagrams, using relationships such as N:N, N:1, etc., focusing on this organization and, of course, populating these tables.
## Conclusion
This project was great for learning, especially the organization of tables with MySQL, understanding concepts that are applied daily in the job market.