aboutsummaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2024-03-21fix bugs, redo layout, reorg.Zach Berwaldt
2024-03-18clean up, add better error handlingZach Berwaldt
2024-03-16write init script for database.Zach Berwaldt
2024-03-16clean up database scripts, start readmes.Zach Berwaldt
2024-03-16Remove default usersZach Berwaldt
2024-03-06[FEAT] Refactor API main file and modelsZach Berwaldt
This commit refactors the `main.go` file in the API directory, as well as the related models in the `models.go` file. The changes include: - Reordering imports and removing unnecessary imports - Fixing error messages to be more descriptive - Handling database connections more efficiently with deferred closures - Handling errors and returning appropriate error responses - Adding proper JSON bindings for POST requests - Adding new views in the database scripts for aggregated statistics and daily user statistics No changes were made to imports and requires.
2024-03-01reformat feZach Berwaldt
2024-02-29modify api, build additional FE components, add typesDoog
2024-02-24add gitignoreDoog
2024-02-21first commitDoog