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

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.

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.