Timetracker software for the medi company
The project is generated by LoopBack.
Created by zebbra AG and maintained with ❤️
by an amazing
team of developers.
cd backend
yarn install
yarn run db:seed
yarn test
In production the cron jobs are started automatically. For development use:
yarn run cron:start
MONGO_URL
the mongodb instance to connect to (e.g.mongodb://localhost:27017/timetracker?auto_reconnect=true
)
SENDGRID_PASS
the smtp auth password (default toundefined
e.g. no auth)
SENTRY_DSN
private sentry dsn key for express server
DEBUG
what message to log (e.g.*,-loopback:connector:mongodb*
)
NEW_RELIC_KEY
the new relic access key