Coin Rebase (aka coinspace)
- Dillon Lin
- Jackie Jou
- Nuno Neves
- Derrick Cross
Flick through the different currency tabs to see the evolution of its value over time Login to display the portfolio tab Click portfolio tab to see a simulation of currency portfolio
- Node 8.9.1
- Postgresql 10.1
- heroku
Install the necessary dependencies from Installing Dependencies Config your .env file from [Setting Config Vars] (#Setting-Config-Vars)
Install heroku with npm installer: $ npm install -g heroku-cli
Start webpack: $ npm run react-dev
Run Heroku local: $ heroku local
open your browser, and write the following url: http://localhost:5000/
If you have any more questions, email jackie at joujackies@gmail.com
Create a Postgres Database Addon with Heroku (this will be used to fillout below)
Open example.env file
Fill out env variables as defined
DATABASE=''
DATABASE_URL=''
HOST=''
PASSWORD=''
DB_PORT=
USER=''
PORT=3000
NEWSAPI='API KEY'
Navigate to directory database/Initialize_database_data/ in terminal
Open initalizedatabase.js
Uncomment "ssl: true", for both the Pool and Client models
From terminal execute: node initalizedatabase.js
From within the root directory:
npm install
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.