Anonymous Board API written in GoLang, project description is here https://github.com/freeCodeCamp/freeCodeCamp/blob/main/curriculum/challenges/english/09-information-security/information-security-projects/anonymous-message-board.md
Link to the Youtube tutorial Youtube Playlist by Kelvin Mai, credits to him for providing the free resource.
Run docker-compose up
to start the database then run go run main.go
to start the go app
To further help in understanding the lessons from the video tutorial, I have independently created the following Pseudo-Architetural Diagrams
Relationship with other modules
Although Go doesn't have classes, I have created a class diagram that models the structs and interfaces in the project