This is a basic backend for the OpenCAP project.
Learn more at https://github.com/opencap/protocol
The following environment varibles can be configured
| Variable | Default | Comment |
|---|---|---|
| PORT | 3000 | Port for the webserver |
| SECRET | mysupersecret | Secret for the JWT signing |
| MONGODB | mongodb://localhost:27017/opencap-server | MongoDB connection string |