Blog Website created with node, express, ejs, and MongoDB
Ready to be deployed using MongoDB Atlas and Heroku
Features:
- Dynamically generated pages/urls
- lodash
- Create new dynamic pages
How to run application:
- Start a MongoDB Shell
- Download repository
- Open downloaded repository with a command line interface
- Run 'npm install' and then 'nodemon app.js' in terminal in root directory of repository
- Visit the site by opening a browser and going to the url: 'localhost:3000'
- Create new posts by going to the url: 'localhost:3000/compose'
Homepage:
Blog Post example:
Compose Page:
Contact Page: