A simple app to log workouts and health data.
Find a file
2026-02-03 16:03:34 -06:00
.meteor Initial commit 2025-12-06 15:44:43 -06:00
client Initial commit 2026-02-03 16:03:34 -06:00
imports/api Initial commit 2026-02-03 16:03:34 -06:00
lib Initial commit 2026-02-03 16:03:34 -06:00
server Initial commit 2026-02-03 16:03:34 -06:00
tests Initial commit 2025-12-06 15:44:43 -06:00
.gitignore Initial commit 2025-12-06 15:44:43 -06:00
package-lock.json Initial commit 2025-12-06 15:44:43 -06:00
package.json Initial commit 2025-12-06 15:44:43 -06:00
README.md Updates to Readme and File cleanup 2025-12-06 15:53:33 -06:00

This is a template to get started.

The template includes

  • Registration
  • Login / Authentication with username / password
  • First person to register is the System Admin role and has full control over the installation.
  • Initial roles are
    • systemadmin
    • tenantadmin (admin over a single tenant)
    • user (non administrative role)

There are a few things built in already, like placeholders for the Site Name, App Name, etc, but the rest is a blank slate.