An open API service indexing awesome lists of open source software.

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.

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.