refactor: reorganize project structure and update configurations

- Move migrations/ to database/schema/ for clarity on database schema definitions
- Move sqlc.yaml to internal/database/ to group with database code
- Move static/ to cmd/server/static/ to co-locate with server
- Update all configuration files and documentation
- Follow Go project conventions for better organization
This commit is contained in:
2026-01-24 23:40:31 -05:00
parent 8a951fb242
commit 08e80ae84b
34 changed files with 532 additions and 104 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ post {
body:json {
{
"folder_path": "/home/user/ebooks"
"folder_path": "/app/uploads"
}
}
@@ -46,4 +46,4 @@ docs {
- 400: Invalid request
- 401: Unauthorized
- 409: Folder already exists
}
}