- Clone Repo to local machine
git clone https://github.com/LloydJanseVanRensburg/Node-MySQL-Tut.git - Navigate into project folder in terminal and run
npm install - Add in your own database details inside the
.envfile - Once all is installed run
npm run devto start development server
- express
- dotenv
- mysql2