Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 2.29 KB

README.md

File metadata and controls

59 lines (33 loc) · 2.29 KB

CryptoFolio

Keep track of your investments on different cryptocurrencies currently on Koinex.

System Requirements: NodeJs

DeepSource

DeepSource

DeepSource

Setup Instructions:

  1. Download the setup files from here: https://drive.google.com/open?id=1XaY4cIHiYJQ3jPD4T4MWIfsby99udluv

  2. Go to setup folder and run the postgres-installer.cmd file. This will install the postgres application.

  3. Now go to Environment Variables ( Control Panel -> All Control Panel Items -> System -> Advanced System Settings -> Environment Variables).

  4. From the System Variables box select "PATH" Edit. Now append the postgres path to the existing path variable:

    C:\Program Files\PostgreSQL\10\bin

  5. The default password is "root". Enter it whenever prompted.

  6. Now run the file db-setup.cmd. After the installation you are good to go!

  7. Clone the github repository.

    git config --global url.https://github.com/.insteadOf git://github.com/

    git clone git://github.com/nyctophiliacme/Crypto-Manager.git

    Just run the file: run.cmd and the application is launched.

  8. Note: If you are unable to pull the files from github because of your organization's proxy network, run the following command:

    git config --global http.proxy http://proxyuser:[email protected]:8080

    change proxyuser to your proxy user

    change proxypwd to your proxy password

    change proxy.server.com to the URL of your proxy server

    change 8080 to the proxy port configured on your proxy server

    eg) git config --global http.proxy http://www-proxy.us.oracle.com:80

    For reset, use

    git config --global --unset http.proxy

Screenshots

Display Page 1 Display Page 2
Display Page 3 Insert Page 1
Insert Page 2 Display Page 4