Go to file
Florian Beisel c51a17993e
🎨 Refactor basic server structure
These changes refactor the router handling into its own package to keep
main.go clean. Also API handlers are here refactored to their corresponding
files.
2024-01-21 14:54:34 +01:00
api 🎨 Refactor basic server structure 2024-01-21 14:54:34 +01:00
auth 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
config 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
db 🎨 prepare to make the database name configurable 2024-01-17 22:24:18 +01:00
docs 📝 Update generated documentation with new Models 2024-01-18 00:15:14 +01:00
examples Initial commit 2024-01-17 18:05:55 +01:00
middleware 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
models 📝 Create missing models for API documentation 2024-01-18 00:09:26 +01:00
router 🎨 Refactor basic server structure 2024-01-21 14:54:34 +01:00
rules ♻️ Rework rules registration 2024-01-21 14:45:58 +01:00
.gitignore 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
LICENSE 📄 Add a License 2024-01-18 01:22:43 +01:00
config.example.json 🔧 Create a configuration file interface 2024-01-18 01:04:43 +01:00
go.mod ⬆️ Upgrade dependencies 2024-01-17 22:43:53 +01:00
go.sum ⬆️ Upgrade dependencies 2024-01-17 22:43:53 +01:00
main.go 🎨 Refactor basic server structure 2024-01-21 14:54:34 +01:00