Skip to content

karina4840/daily-journal-site-4840

Repository files navigation

Daily Journal App

Example:

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000

Description

  • A blog-like page that allows you to compose posts.
  • Posts are displayed on the main page in a short format and each will have its own page generated after Read More is clicked.
  • Create multiple posts by using the Compose button and get access to it by clicking on 'Read More'.
  • All new posts are stored in MongoDB.
  • The app styled with EJS layout components and CSS.

Screenshots

Starting page

Compose page

Composed post

Home page with new posts

Example of a new composed page