Daily Journal is created using Javascript, CSS, HTML, Bootstrap, NodeJS, ExpressJS and MongoDB Atlas. It is deployed using Heroku.
- Compose new blog.
Go to https://fast-falls-68245.herokuapp.com/compose to compose a new blog
- View a blog based on blog Id.
Go to https://fast-falls-68245.herokuapp.com/posts/[blogId]
Example: https://fast-falls-68245.herokuapp.com/posts/5edd62af588cf46b146257b9
Blog id can be obtained when you click on "Read More" on a particular blog, the blog Id is displayed in URL.
- Read the entire blog by clicking on "Read More" on a particular blog.
MongoDB(local), MongoDB Atlas(when deployed)
- Node, npm
- MongoDB Atlas account
- Herouku(for deployment)
Atom