CRUD using Nodejs and MYSQL
To get a local copy up and running, follow these steps:
Start by cloning the repository to your local machine. You can do this using the following command:
git clone https://github.com/TsegazeabMengstu/CRUD.gitChange your directory to the project folder:
cd MYSQLRun the following command to install all necessary dependencies
npm installMake sure to change the database credentials in app.js to match your own.
Finally, run the application using the following command
node --watch app.js