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).
- Create Project (Done)
- Create Models
- Model Utility
- Database Creation Scripts (Pending)
-
- Users
-
- Topics
-
- NewsPosts
-
- TopicsInUsers
-
- MiddleWare Utilities
-
Would have liked to use uuid alhough I have not dug into how to use it correctly within Go.
- 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.