Required Software -
- Install NodeJs
- Install MySQL
- Install MySQL-workBench or SqlYog - Tool to connect and manupulate database for multiple connection
I.E - If you use wamp/mamp local server and you created db connection with its instance then if you want to connect that particular db, you have to turn on/start that server first.
Else,
You can create one seperate new connection or need to connect different connection by tool
If nodemon is innstall or not. if not then run npm install -g nodemon
Project Setup guide -
Clone repo
npm install
nodemon [file_name].js -- exmaple: nodemon mmyfirst.js