Skip to content

Tool to find the best dividends for a maximum passive income

License

Notifications You must be signed in to change notification settings

golesny/dividend-discoverer

Repository files navigation

dividend-discoverer

Tool to find the best dividends for a maximum passive income in 30y

External accounts needed

Preparation of the project

  • Copy the webapp/src/environments/environment.prod.ts.template to environment.prod.ts
  • Replace your values there
  • copy config.json.template to config.json and config.prod.json and add information in the new file
  • create a database and insert for the structure the SQL from file db.init.sql
  • create a row in table users with your e-mail and google unique id (this is a 21(?) digits long number)

build & run on localhost (Google Login)

build & deploy project to GAE

  • cd webapp
  • ng build --prod
  • cd ..
  • gcloud app deploy [--project=PROJECT_ID]
  • see url from output
  • see logs with: gcloud app logs tail -s default

install the cron job

About

Tool to find the best dividends for a maximum passive income

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published