- Node v12 (for backend)
- Node v14 (for frontend)
- Postgres v11
There are two env-files that you need to create locally:
- one in root dir (path:
.env
) for backend - one in client dir (path:
client/.env
) for frontend
You can copy the
.env.example
to.env
and modify the variables as needed
There is also a credentials.json
file in the root dir.
You can download it from https://console.cloud.google.com/apis/credentials under "Service Accounts"
See server/README.md.
See client/README.md.
Visit /api/docs
Visit sentry.io
(ask for invite)