You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,28 @@ All notable changes to this project are documented in this file.
6
6
7
7
- Changes for the next release are available in development branches.
8
8
9
-
## [0.0.1]
9
+
## [1.0.0] - 2025-05-04
10
+
11
+
-**Added (New features):**
12
+
13
+
- Set up initial project structure using [NestJS](https://nestjs.com/) and [TypeScript](https://www.typescriptlang.org/) running on [Node.js](https://nodejs.org/).
14
+
- Built and tested the following RESTful API endpoints:
15
+
-`/about` – Provides general profile information about me.
16
+
-`/experiences` – Returns a list of my professional work experiences and roles.
17
+
-`/educations` – Displays my academic background including degrees and institutions.
18
+
-`/events` – Lists upcoming or past events, talks, or appearances I’ve been part of.
19
+
-`/videos` – Links to video content such as talks, tutorials, or interviews I’ve done.
20
+
-`/blogs` – Returns metadata or summaries of blog posts I’ve written.
21
+
-`/communities` – Tech communities I've volunteered with, both currently and in the past.
22
+
-`/tools` – Lists the tools, frameworks, and technologies I currently work with.
23
+
- Configured database using [MongoDB](https://www.mongodb.com/) with [Mongoose](https://mongoosejs.com/) ODM. Seeded initial data and connected it to API endpoints.
24
+
- Implemented image upload and delivery via [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/).
25
+
- Generated interactive API documentation using [Swagger](https://swagger.io/) and [Swagger UI](https://swagger.io/tools/swagger-ui/).
26
+
- Deployed application to production using [Azure App Service](https://azure.microsoft.com/en-us/services/app-service/) with optional CI/CD.
27
+
- Integrated code linting and formatting with [ESLint](https://eslint.org/) and [Prettier](https://prettier.io/).
28
+
- Managed dependencies using [npm](https://www.npmjs.com/).
29
+
30
+
## [0.0.1] - 2025-05-04
10
31
11
32
-**Added (New features):**
12
33
@@ -35,7 +56,9 @@ All notable changes to this project are documented in this file.
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,19 @@
2
2
3
3
This is the API for Dileepa's personal website ([dileepa.dev](https://dileepa.dev)), built with [NestJS](https://nestjs.com/). It provides various endpoints to access information about Dileepa and other related data.
0 commit comments