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