Skip to content

使用Node-express构建的简单记事本应用。Node-express blog web app.

Notifications You must be signed in to change notification settings

XinleiStone/ours-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ours-Blog

一个node-express页面应用,较为简单朴素,但是基本功能都有。
express框架,jade模板,mysql数据库,passport验证登录注册。

使用方法(Usage):

1.克隆到本地(Clone this repo):

gitclone [email protected]:XinleiStone/ours-blog.git

2.进入目录,安装依赖(Install the package):

npm install

3.配置数据库(Config the database files):

config/config.js

4.建库表(Create the database schema):

node db/create_database.js

5.启动(Launch):

node app.js

6.最后在浏览器中访问即可(Visit in browser):

http://localhost:8080

线上体验(Demo):

http://liuxinlei.com/notes

About

使用Node-express构建的简单记事本应用。Node-express blog web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published