Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9958/NEMBlog
Node.js + Express.js + Mysql
https://github.com/9958/NEMBlog
Last synced: about 1 month ago
JSON representation
Node.js + Express.js + Mysql
- Host: GitHub
- URL: https://github.com/9958/NEMBlog
- Owner: 9958
- Created: 2015-08-13T02:33:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T15:53:03.000Z (over 8 years ago)
- Last Synced: 2024-08-03T09:11:25.816Z (4 months ago)
- Language: JavaScript
- Homepage: http://9958.pw/
- Size: 18 MB
- Stars: 52
- Watchers: 7
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-star - NEMBlog
README
# 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#Init Admin Acount
open http://localhost:3000/admin/installjust input username and password (like test/123456)
#Login
input your username and password#Write One Article
after this you can open http://localhost:3000