Third Party Services Documentation
Heroku
- Used for hosting and deploying the backend Go application
- Used for hosting our Postgresql and Redis databases
- Automatically deploys new versions via the GitHub Actions CI/CD pipeline
- Cost: ~$93.00 per month
- Login: Use the same email/password for the Outlook account tech@gorjianacq.com. Adam Etessami has 2FA access
- Website: https://dashboard.heroku.com/apps/email-platform (opens in a new tab)
Mailgun
- Enables programmatic receipt of incoming emails to teddy@pak-records.info
- Allows us to process and handle incoming emails automatically
- Cost: $35.00 per month
- Login: Use the same email/password for the Outlook account tech@gorjianacq.com
- Website: https://app.mailgun.com (opens in a new tab)
Vercel
- Used for hosting and deploying the frontend Next.js application
- Automatically deploys new versions when code is pushed to the main branch on GitHub
- Cost: $0.00 per month
- Login: Use the email login option with tech@gorjianacq.com to get a magic login link
- Website: https://vercel.com/gorjianacq (opens in a new tab)
GitHub
- Hosts our codebase repository and is used for version control and collaboration
- Runs our CI/CD workflows via GitHub Actions
- Cost: $0.00 per month
- Login: Use your personal GitHub account that has been granted access to the repository
- Website: https://github.com/gorjianacq/email-app (opens in a new tab)
Sentry
- Error tracking and monitoring for both frontend and backend
- Automatically captures and reports errors that occur in production
- Cost: $0.00 per month
- Login: Use the same email/password for the Outlook account tech@gorjianacq.com
- Support: https://gorjianacq.sentry.io/issues/ (opens in a new tab)
New Relic
- Application performance monitoring for the backend
- Provides insights into request throughput, response times, error rates, etc.
- Cost: $0.00 per month
- Login: Use the same email/password for the Outlook account tech@gorjianacq.com
- Website: https://one.newrelic.com/ (opens in a new tab)
Codecov
- Provides code coverage reports for our backend unit/integration tests
- Helps ensure we maintain high test coverage as the codebase grows
- Cost: $0.00 per month
- Login: Uses GitHub OAuth, so use your personal GitHub account that has been granted access to the repository
- Website: https://app.codecov.io/gh/gorjianacq (opens in a new tab)