shivam-sahu / Daily-Page

Digital Dairy with additional features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Daily Page

A Digital Diary is a simple way to keep your personal thoughts and feelings both accessible and private, giving you a confidential way to express yourself.

To Build

Firstly install dependencies (both back-end and front-end) using npm run install-dep, use npm run dev to start both react and node dev servers together ,
react server is on port 3000 while node server is on port 3001 (localhost)

Keys

Add keys in "./server/config/credentials.js" and export them

module.exports = {
  mongoURI: "mongodb://<dbuser>:<dbpassword>@ds113849.mlab.com:13849/daily-page",
  secretOrKey: "secretkey"
};

About

Digital Dairy with additional features.


Languages

Language:JavaScript 86.8%Language:Objective-C 3.7%Language:Ruby 2.5%Language:Java 2.3%Language:HTML 2.0%Language:Python 1.7%Language:CSS 1.0%