Skip to content

Dheeraj431/Daily_journal_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Journal Website

Daily Journal is a web application built using Node.js and Express.js that allows users to write and publish daily journal entries.

Installation

  1. Clone the repository: git clone https://github.com/your-username/daily-journal.git
  2. Navigate to the project directory: cd daily-journal
  3. Install the dependencies: npm install

Usage

  1. Start the application: node app.js
  2. Open your web browser and visit: http://localhost:3000
  3. You will see the Daily Journal website where you can write and view your journal entries.

Features

  • Home: The home page displays a welcome message and a list of your journal entries.
  • Compose: You can create a new journal entry by visiting the "/compose" page and providing a title and content for your entry.
  • About: The about page provides information about the Daily Journal website.
  • Contact: The contact page offers ways to get in touch with the website administrators.

Dependencies

The following dependencies are required to run the project:

  • express: ^4.17.1
  • body-parser: ^1.19.0
  • ejs: ^3.1.6
  • lodash: ^4.17.21

You can install them using the following command: