Skip to content

rohit250799/stocker

Repository files navigation

Stocker

An tool to get stock market insights for fundamental and technical analysis in US markets.

Installation

  • Clone the repository first into your selected location
  • This project involves running a Postgres db instance inside a docker container to store data. So install docker using this link: : https://docs.docker.com/desktop/
  • Create an account on docker with necessary credentials
  • For ease in dealing with Postgres, this project uses Pg-Admin, also running in the docker container
  • Create a .env file in the root directory and add all the data as mentioned in the image below(the values can be altered, but structure should remain same):

create .env file

  • Finish the necessary setup for docker and run your container using the command: docker compose up
  • Install the necessary dependencies using: go mod tidy command

Usage:

  • When the database is succesfully running in the docker container, the user can start to fetch data
  • first build using the command: ** go build cmd/stocker/*.go **
  • then, run the tool using the command: ** go run cmd/stocker/*.go **

About

An application to get stock market insights for fundamental and technical analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published