Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yeejiac/Node.js-Express-With-MySQL

 
 

Repository files navigation

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

About

Thisis a demo for node.je Express (ejs) with mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.1%
  • HTML 35.0%
  • TSQL 11.8%
  • CSS 9.1%