Skip to content

cmacro/NEMBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEMBlog

Node.js + Express.js + Mysql

Install

npm install

next install mysql and create database nemblog

next edit file config/db.json and update your database password

Start Server

cd [your server root]

node index.js when you see listening on port 3000 that is ok

npm start

pm2 start index.js

Init Admin Acount

open http://localhost:3000/admin/install

just input username and password (like test/123456)

Login

input your username and password

Write One Article

after this you can open http://localhost:3000

About

Node.js + Express.js + Mysql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.3%
  • HTML 29.7%
  • CSS 16.0%
  • Other 1.0%