Skip to content

ColtraneNadler/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CMS Software written in Express on NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published