A simple application used to fill and send Excel application forms.
const body = {
email: {
from: '[email protected]'
}
data: {
name: 'John Doe',
department: 'Example department'
}
}- S3_BUCKET
- S3_ACCESS_KEY_ID
- S3_SECRET_ACCESS_KEY
- S3_ENDPOINT
- S3_PORT
- SMTP_HOST
- SMTP_PORT
- MONGODB_CONNECTION_STRING
- OIDC_JWKS_URI
- LOKI_URL (optional)
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.0.18. Bun is a fast all-in-one JavaScript runtime.