CMS Software written in Express on NodeJS
Author: Coltrane Nadler
Click here
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.