VugoPress is a robust REST API built with Go and GoFiber, featuring JWT authentication and PostgreSQL integration. It showcases best practices in Golang project structure, input validation, and scalability, making it an exemplary example for developers seeking a secure and maintainable backend solution.
Stars
2
Forks
0
Watchers
2
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
8
commits
Update README with new GoFiber features and bump PostgreSQL to version 17 in docker-compose
8d9ead2View on GitHubRemove all repository files from the internal/repository directory
da3d93dView on GitHubRefactor services to use gorm; simplify handler functions and reorganize imports
a4cdac8View on GitHubUpdate dependencies and refactor contact service to remove repository layer, add validation and logging improvements
117457dView on GitHubRefactor user registration to use UserPost model, hash password before saving to database
d819fc3View on GitHubRefactor useful_link_handler to use GORM model in RegisterUsefulLinkHandlers function
8dac3cdView on GitHubRefactor tag_handler.go and tag.go to remove unnecessary fields and improve readability
e347595View on GitHubRefactor Contact to use gorm.Model and send email asynchronously
45ab168View on GitHubRefactor article handler and article model to remove unnecessary fields and update routing
5a2fbc7View on GitHubAdd initial configuration files and dependencies to the project
dfd1b32View on GitHubMerge branch 'master' of github.com:burakaktna/VugoPress
3b0df86View on GitHub