A Blogging Platform
A Blogging Platform Built on NodeJs at backend, uses Jade as template engine,MongoDB as Database and Semantic-UI for creating UI.
Create
db.use('nodeblog')
db.createCollection('posts')
db.createCollection('users')
Download and place the dist folder of semantic UI and animate.css inside public/stylesheets/
Download and place Ckeditor in public/ckeditor don’t remove the file which is already inside this folder
Place jquery-1.9.1.js and semantic.min.js inside public/javascripts
After Cloning Go the Folder and install all the dependencies using npm install
Then use npm start
to start the server
navigate to http://localhost:3000