Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 826 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 826 Bytes

Go API Template w/ fx Dependency Injection

A template for building Go APIs using Uber's fx dependency injection framework.

📝 TODOs

Here are some enhancements we're planning to implement:

  • Better README: Improve the documentation for this project.
  • GitHub CI: Set up continuous integration using GitHub Actions.
  • GitLab CI: Set up continuous integration using GitLab CI/CD.
  • Deploy script: Create a script for easy deployment.
  • API Spec: Write a detailed specification for the API.
  • Error monitoring: Implement a system for monitoring and reporting errors.
  • Secret management: Set up a secure system for managing sensitive data.