- Nodejs
- npm
- mysql
cd covidDatabaseProject
npm install
npm install mysql
npm install -g nodemon
cd covidDatabaseProject
nodemon
Then using your favorite browser to access localhost:3000
- If nodemon throws "cannot be loaded because running scripts is disabled on this system" in Windows, open Windows Powershell as administrator and run following:
Set-ExecutionPolicy RemoteSigned