Commit 60a7829
authored
feat: add Swagger documentation and registration endpoint (#1)
* feat: add Swagger documentation and registration endpoint
- Implemented Swagger initialization in the Makefile and main.go
- Created Swagger documentation for the Portfolio Builder API
- Added RegisterInput, RegisterResponse, and ErrorResponse models
- Enhanced the Register handler with Swagger annotations
- Updated routes to include Swagger UI endpoint
* feat: add health check endpoint with Swagger documentation
* feat: add CRUD operations and export functionality for projects with Swagger documentation
* docs: update README to include API documentation section with Swagger link
* feat: add health check endpoint and update API paths in Swagger documentation1 parent e8b4ae4 commit 60a7829
File tree
15 files changed
+1814
-3
lines changed- cmd
- docs
- internal
- handlers
- models
- routes
15 files changed
+1814
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
0 commit comments