Skip to content

tornvallalexander/go-bday-reminders

Repository files navigation

go-bday-reminders

SMS birthday reminders of your friends.

Core functionality

  • 🔒 Complete authentication system with both JWT and PASETO implementations. Includes refresh tokens to follow best practices.
  • 💬 SMS integration with Twilio
  • 🧪 Strong and independent unit tests with Gomock for ~80% coverage
  • 🚚 Best practices for CI/CD with automatic deployments, with Docker and Kubernetes
  • 🏗 Using AWS services such as EKS, ECR, Secrets Manager, and IAM
  • 🛠 Docker compose for local development

Built in Go with ❤️ by tornvallalexander