- 'Daily Journal' website is made for you to capture thoughts, reflect on experiences, and cultivate self-expression.
- Our mission is to inspire and support individuals in their journaling journey.
🔹Embark on your journaling journey by visiting the Compose Page.
🔹The Home Page unveils a magical portal where all your cherished journals come to life.
🔹To connect with like-minded individuals or for any inquiries or feedback, reach out to our dedicated team via the Contact form.
Go to Deployed Application link 👇
Daily Journal
Refer Official Website to download and install Node.js
Install nodemon npm package globally. This will help to monitor for any changes and automatically restart server. Use the following command to install:
npm install -g nodemon
- cd to the location in terminal where you want to clone the repository
cd your_path
- Clone the project into the local:
git clone https://github.com/Kakuli-coder/Daily-Journal.git
- Go to the directory:
cd Daily-Journal
- Install all the npm packages:
npm install
- In order to run the application, type the following command:
npm start
The Application runs on localhost:3000