Skip to content

alyssaruth/Dartzee

Repository files navigation

Dartzee

Build Status Coverage: 93.63%

All rights reserved

Setup

This project uses Daktari to aid with setup. The recommended way to install it is via ASDF, by running ./init-asdf.sh from the repo root. Alternatively, it can be installed directly using pip.

Once installed, run daktari from the repo root to check your setup. If you're missing anything, it will tell you what to do.

Run

To run the project, just run the gradle task runDev

Credentials

There are some credential files (not in source control) that you'll need in src/main/resources for certain things to work (although the app will run without them):

  • AWS_LOGS - For posting logs to elasticsearch (disabled by default in devMode anyway)
  • AWS_SYNC - For accessing S3 during a database sync

Backlog

Full backlog can be found here