Skip to content

Olusamimaths/AnonymousBoard

Repository files navigation

AnonymousBoard

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.

Starting the Project

Run docker-compose up to start the database then run go run main.go to start the go app

Architetural Diagrams

To further help in understanding the lessons from the video tutorial, I have independently created the following Pseudo-Architetural Diagrams

Modules

image

main.go

Relationship with other modules image

Flow in main.go

Class Diagrams

Although Go doesn't have classes, I have created a class diagram that models the structs and interfaces in the project image

About

Anonymous Board API written in GoLang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors