Pfolie is a suite of web-based investment and financial portfolio tools. Pfolie provides a portal for investors to interact with real-time data about financial markets through a flexible next generation analytics dashboard. The current focus is on cryptocurrency price and market sentiment but tools for traditional financial markets are in development.**
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
- Angular 15+ (to support standalone components)
- Create the following files:
- API env varibles file:
- ../api/.env
- APP_API_ROOT=http://localhost:8080/api
- DATABASE_URL={postgres-sql-connection-string}
- CORS_CONFIG=https://coinetc.herokuapp.com,https://pfolie.com,https://www.pfolie.com
- CORS_CONFIG_LOCAL=http://localhost:4200,http://localhost:8080
- ../api/.env
- The front-end env variable file:
- Create your own or reach out the project owners for dev env variables
- ./.env (in project root)
- NG_APP_FB_API_KEY=
- NG_APP_FB_AUTH_DOMAIN=
- NG_APP_FB_DATABASE_URL=
- NG_APP_FB_PROJECT_ID=
- NG_APP_FB_STORAGE_BUCKET=
- NG_APP_FB_MESSAGING_SENDER_ID=
- NG_APP_FB_APP_ID=
- NG_APP_FB_MEASUREMENT_ID=
- NG_APP_CG_API_KEY=
- API env varibles file:
- npm run start:local:all