/Personal-Blog

Personal Blog by nodejs + expressjs

Primary LanguageJavaScript

Simple Nodejs Personal Blog

avatar

Blogxyz is a very simple nodejs project.

Function

  • Blog UI
  • Applied with bootstrap framework
  • Backend Login
  • CMS
  • Post New article
  • Delete article
  • Edit article
  • Public Subscription

Developing function

  • Search engine
  • like/dislike article
  • chatbox
  • article reply
  • cms image upload
  • full article list

Database

Start

  1. Config /bin/www
  2. var port = normalizePort(process.env.PORT || '3000'); --> set the listening port number in line 15
  3. install nodejs
  4. install npm
  5. run xampp
  6. run window cmd, then go to the root directory of this project
  7. run npm start
  8. url = localhost:your port number --> 3000 by default