Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 2.31 KB

README.md

File metadata and controls

53 lines (39 loc) · 2.31 KB

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