Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 600 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 600 Bytes

Node.js-Express-With-MySQL

This is a demo for node.je Express (ejs) with mysql 8.0

Blog

Node.js - MySQL

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.

  1. account.sql
  2. fix-mysql8-auth.sql

Start Website

yarn start