Skip to content

LulwahAlmisfer/TASI_Dividens

Repository files navigation

Spring Boot service for companies dividends with CI/CD automated deployment to Google Cloud Run.

run this in your postres container:

CREATE TABLE dividend_events ( id SERIAL PRIMARY KEY, symbol VARCHAR(10) NOT NULL, type VARCHAR(20) NOT NULL, -- 'dueDate' or 'distributionDate' event_date DATE NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, CONSTRAINT unique_event UNIQUE (symbol, type, event_date) );

About

Spring Boot service for companies dividends with CI/CD automated deployment to Google Cloud Run.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published