Skip to content

Files

Latest commit

3424bc5 · Jul 2, 2021

History

History
21 lines (8 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (8 loc) · 1.08 KB

dailyJournal

This is an exercise in Node.js, Express.js, MongoDB, and Mongoose. It's a simple blogging web application where one can add new blog posts, view them in their own dedicated route, and delete them. The posts are stored in a local MongoDB database. EJS templating is used for the HTML pages, Bootstrap is also used, along with some custom CSS styling.

Screenshot (11)

Screenshot (12)

Screenshot (13)

Screenshot (14)

Screenshot (15)

Screenshot (16)