- NodeJS
- MariaDB
- To use this code, you need to install the dependencies first. To do so, open the terminal and navigate to the project directory.
- Then run the command:
npm install
. This will install all the dependencies. - Modify the
index.js
file as per your database configuration. - Finally, run the command:
npm start
. It will start creating the tables. - Once the process is complete, you can check the database to see if all the tables have been created or not.