Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 761 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 761 Bytes

RESTful Blog APP

This is a blog app made using Node, Express and MongoDB, along with Semantic UI as a front-end framework. Templating language used is EJS.

I did this in order to practice back-end. The app has user authentication and authorization for creating/altering blog posts. Each blog post also has a comments section (user authorized) for user interaction. The UI is clean and simple, along with the relevant flash messages for ease of user access.

The app has been hosted on Heroku. Feel free to visit it at Blog App. Criticism and feedback is welcome! :D

Some screenshots:

Blog Index Show Page