Skip to content

Installation and Configuration Guide

Hardik Shah edited this page Jun 25, 2018 · 1 revision

The client is created with reactJs. Clone the project and run as react web app.

The server is created with Java, clone the server from GitHub and open it in STS to run.

The database details are:

CLEARDB_DATABASE_URL : mysql://bb705102cd749b:c22cbbdb@us-cdbr-iron-east-04.cleardb.net/heroku_2edc470c12f1b08?reconnect=true

DBHOSTNAME:us-cdbr-iron-east-04.cleardb.net,

DBPASSWORD:c22cbbdb,

DBSCHEMA: heroku_2edc470c12f1b08,

DBUSERNAME:bb705102cd749b

set these environment variables in the STS to connect to the database

Clone this wiki locally