Commit 9a9504e
* feat: Add Swagger UI for API documentation (refs #2)
* feat: Add database integration and About endpoint (refs #2)
* feat: Add Experience endpoint (refs #2)
* feat: Add Education endpoint (refs #2)
* feat: Add Events endpoint (refs #2)
* feat: Add Videos endpoint (refs #2)
* feat: Add Blogs endpoint (refs #2)
* feat: Add Community endpoint (refs #2)
* feat: Add Tools endpoint (refs #2)
* docs: Update README.md and CHANGELOG.md (refs #2)
* fix: Add missing fields and attributes to DTO files (refs #2)
* feat: Add format field to the event schema and DTO (refs #2)
* docs: Update PULL_REQUEST_TEMPLATE.md (refs #2)
* fix: Correct typo in education.dto.ts (refs #2)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: Correct typo in about.dto.ts (refs #2)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a0b0cd commit 9a9504e
File tree
49 files changed
+1643
-45
lines changed- .github
- src
- about
- blogs
- communities
- dto
- educations
- events
- experiences
- schemas
- tools
- videos
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+1643
-45
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
48 | | - | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
10 | 31 | | |
11 | 32 | | |
12 | 33 | | |
| |||
35 | 56 | | |
36 | 57 | | |
37 | 58 | | |
| 59 | + | |
38 | 60 | | |
39 | 61 | | |
40 | 62 | | |
| 63 | + | |
41 | 64 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
7 | 20 | | |
| |||
0 commit comments