Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.54 KB

README.md

File metadata and controls

80 lines (54 loc) · 1.54 KB

Timetracker Backend

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.

Tech-Stack

Development

Setup

cd backend
yarn install
yarn run db:seed

Testing

yarn test

Cronjobs

In production the cron jobs are started automatically. For development use:

yarn run cron:start

Environment Variables

Database

  • MONGO_URL the mongodb instance to connect to (e.g. mongodb://localhost:27017/timetracker?auto_reconnect=true)

Sendgrid

  • SENDGRID_PASS the smtp auth password (default to undefined e.g. no auth)

Sentry

  • SENTRY_DSN private sentry dsn key for express server

Logging

  • DEBUG what message to log (e.g. *,-loopback:connector:mongodb*)

New Relic

  • NEW_RELIC_KEY the new relic access key