Repository created with the intention of just having an easy link with mysql. All the connection with the MySQL server is commented so that the reader has a good explanation of what to do without feeling lost.
To run the project, follow these steps:
- Make sure MySQL is installed and running.
- Create the database
my_database
and configure the credentials in theserver.js
file. - In the terminal, navigate to the project directory and run:
npm install npm start