- 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
.env
file - Once all is installed run
npm run dev
to start development server
- express
- dotenv
- mysql2