aboutsummaryrefslogtreecommitdiff
path: root/routes
AgeCommit message (Collapse)Author
2022-06-15ref: Move to a MVC like approachGabriel A. Giovanini
Before everything was dumped into the controller file, now it is spread out a bit. It is still far from good, like the controller is not really a controller... baby steps I guess The refactored was based on this post: https://www.alexedwards.net/blog/organising-database-access
2022-06-13feat: Add poor implementation for the workerGabriel A. Giovanini
This is just me testing a bit how doworker works, while I learn of go/gin in the process.
2022-06-06Initial commitGabriel A. Giovanini