Skip to content

DucNguyen1311/MyDuckSick

Repository files navigation

MyDuckSick

Website by Duck and Huay and Dinh Tu using Nodejs, Express JS, Bootstrap, HTML, CSS, Mysql.

Step 1: download Git https://git-scm.com/downloads

Step 2: download the project (self-explainatory, do it yourself).

Step 3: Import the Mysql file in the directory

image

you should have Mysql installed on your device before doing this step. If not, download it here

https://dev.mysql.com/downloads/workbench/

Setup a new connection, the port should be 3306.

image

if you have already used the 3306 port and want to use another port, please change the port in the Proj.js directory too.

image

in the "port:" line, type in your new port. it should work normally.

in your newly created port, press "data import" in the sever tab

image

in the "Import from dump project file", search for the project file it should look like this.

image

press "start import" and you are good to continue.

Step 4: open project directory, Git bash that bad boy.

image

it should look like this:

image

Step 5: Every middleware should instal themself (i guess so). Type: "nodemon Proj.js" into the Git bash window.

image

if it look like this, you are good to go:

image

Step 6: Use the web!