GoNewsletter

Notes

I did not know how to create a RESTFul api in Go and found within the primary documentation a tutorial to use GIN (withou it the task would have taken much longer).

TodoList

  1. Create Project (Done)
  2. Create Models
  3. Model Utility
  4. Database Creation Scripts (Pending)
      • Users
      • Topics
      • NewsPosts
      • TopicsInUsers
  5. MiddleWare Utilities
    • Would have liked to use uuid alhough I have not dug into how to use it correctly within Go.

  6. Controllers

    RegisterUserToTopic is not completed and still needs adjusting.

    All functions need adjusting. Copied from a sample file just to not work on a blank canvas, I do it sometimes to make sure I don't overthink the problem.