This is a demo for node.je Express (ejs) with mysql 8.0
git clone https://github.com/explooosion/Node.js-Express-With-MySQL.git
cd Node.js-Express-With-MySQL
npm install
Using docker-compose to create mysql container
yarn db
Execute sql to initial table and fix auth for v8.0 in nodejs.
- account.sql
- fix-mysql8-auth.sql
yarn start