Skip to content

A simple application used to fill and send Excel application forms.

License

Notifications You must be signed in to change notification settings

jtekt/excel-form-filler

Repository files navigation

Excel form filler

A simple application used to fill and send Excel application forms.

Request body

const body = {
  email: {
    from: '[email protected]'
  }
  data: {
    name: 'John Doe',
    department: 'Example department'
  }
}

Environment variables

  • 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)

Dev

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.

About

A simple application used to fill and send Excel application forms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published