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
- IDENTIFICATION_URL
- LOKI_URL (optional)
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.0.18. Bun is a fast all-in-one JavaScript runtime.