The app allows user to create a dynamic database with SQL.
- "body-parser": "^1.19.0",
- "connect": "^3.7.0",
- "express": "^4.17.1",
- "inquirer": "^8.2.0",
- "mysql2": "^2.3.3-rc.0"
To make the app work i needed to have the following;
-
NPM, to download the packages needed for the project
-
Inquiere, in order to create the dynamic database, i needed to ask the user a few
question using inquirer to get data to insert into MySQL2.
-
MySQL2, was used to keep data organized.