/StockLog

A way to log your trades/price history

Primary LanguageJava

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you:

To setup

You will need docker or a connection to a postgressql db Populate the db with the db_scripts/schema.sql

Ensure you have environment variables set to connect to the db. My detaults look like this:

DATABASE_PASSWORD=devpassword;DATABASE_USERNAME=postgres;DATABASE_URL=jdbc:postgresql://127.0.0.1:15432/stocklog