Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 858 Bytes

Node Blog

CMS Software written in Express on NodeJS
Author: Coltrane Nadler

Demo

Click here

Installing

git clone https://github.com/ColtraneNadler/Blog.git && cd Blog/ && npm install && node app.js

The web server will listen on port 3000.

Input login credentials, and mongo credentials in Blog/config/auth.js

##Guide of usage
Once the application is running, and has successfully established a connection to the provided MongoDB server, login to the blog via http://localhost:3000/login. Make a new post via route http://localhost:3000/articles/new.

##ToDo List

  • Store thumbnails via base64 in the mongo collection, and allow users to upload thumbnail image files.
  • Pretty up the design.
  • Admin panel, to create/remove new users(authors) on the fly.