Skip to content

Minimalistic fully functional blog application using MongoDb

Notifications You must be signed in to change notification settings

Z-Hughes/BirdBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fully functional blog application. Data maintained through MongoDb and site deployed via Heroku.

View live app at: https://cryptic-island-22269.herokuapp.com/

To create new post the user will add /compose to the end of the home url in oreder to hide this functionality from the readers.

Project Technologies:

MongoDB
Mongoose
Lodash
EJS
Express
Body-Parser
Node
Heroku

Skills Implemented:

Database
Web App Deployment
Templating
EJS Partials
Node Module Exports