Skip to content

allgeo/daily-journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Daily Journal

A daily journaling app.

About The Project

daily-journal_demo

Daily Journal is a journaling app that can be used as a tool for recording daily emotions and activities, milestones or anything thats worthy enough to mention in a journal.

Built With

html    mongodb    css     bootstrap     node    express

Getting Started

To get a local copy up and running follow these example steps.

Prerequisites

List of required software and how to install them.

  • npm
    npm install npm@latest -g
  • MongoDB shell
    follow doc - https://www.mongodb.com/docs/manual/administration/install-community/

Installation

  1. Clone the repo
    git clone https://github.com/allgeo/daily-journal.git
  2. Install NPM packages
    npm install
  3. Start the application
    node app.js 

Note: After starting the application, a "blogDB" database will be created under the mongo shell. The name of the database can be configured as seen below,

mongoose.connect("mongodb://localhost:27017/ENTER_DB_NAME", {useNewUrlParser: true});

Contact

allgeocode@gmail.com

About

A daily journaling app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published