diff --git a/techstack.md b/techstack.md
new file mode 100644
index 0000000..de763e6
--- /dev/null
+++ b/techstack.md
@@ -0,0 +1,127 @@
+
+
+
+# Tech Stack File
+ [diidduong/yay-server](https://github.com/diidduong/yay-server)
+
+|10
Tools used|03/02/24
Report generated|
+|------|------|
+
+
+##
Languages (1)
+
+
+
+
+ Java
+
+
+ |
+
+
+
+
+##
Frameworks (1)
+
+
+##
Data (1)
+
+
+##
DevOps (2)
+
+
+
+
+ Git
+
+
+ |
+
+
+
+
+ Gradle
+
+
+ |
+
+
+
+
+##
Hosting (1)
+
+
+
+##
Open source packages (4)
+
+##
Apache Maven (4)
+
+|NAME|VERSION|LAST UPDATED|LAST UPDATED BY|LICENSE|VULNERABILITIES|
+|:------|:------|:------|:------|:------|:------|
+|[org.projectlombok:lombok](https://projectlombok.org)|N/A|12/16/23|Duy |MIT|N/A|
+|[org.springframework.boot:spring-boot-starter-data-mongodb](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-data-mongodb)|N/A|12/22/23|Duy |Apache-2.0|N/A|
+|[org.springframework.boot:spring-boot-starter-test](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-test)|N/A|12/22/23|Duy |Apache-2.0|N/A|
+|[org.springframework.boot:spring-boot-starter-web](https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-web)|N/A|12/22/23|Duy |Apache-2.0|N/A|
+
+
+
+
+Generated via [Stack File](https://github.com/marketplace/stack-file)
diff --git a/techstack.yml b/techstack.yml
new file mode 100644
index 0000000..ca683fc
--- /dev/null
+++ b/techstack.yml
@@ -0,0 +1,134 @@
+repo_name: diidduong/yay-server
+report_id: 4806e6184ca8c45984c9e3d433c926ad
+version: 0.1
+repo_type: Public
+timestamp: '2024-03-02T18:03:57+00:00'
+requested_by: diidduong
+provider: github
+branch: master
+detected_tools_count: 10
+tools:
+- name: Java
+ description: A concurrent, class-based, object-oriented, language specifically designed
+ to have as few implementation dependencies as possible
+ website_url: https://www.java.com
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Languages
+ image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
+ detection_source_url: https://github.com/diidduong/yay-server
+ detection_source: Repo Metadata
+- name: Spring Framework
+ description: An application framework and inversion of control container for the
+ Java platform
+ website_url: https://spring.io/projects/spring-framework
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Languages & Frameworks
+ sub_category: Frameworks (Full Stack)
+ image_url: https://img.stackshare.io/service/2006/spring-framework-project-logo.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-22 03:45:13.000000000 Z
+- name: MongoDB
+ description: The database for giant ideas
+ website_url: http://www.mongodb.com/
+ open_source: true
+ hosted_saas: false
+ category: Data Stores
+ sub_category: Databases
+ image_url: https://img.stackshare.io/service/1030/leaf-360x360.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-16 21:43:05.000000000 Z
+- name: Git
+ description: Fast, scalable, distributed revision control system
+ website_url: http://git-scm.com/
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Version Control System
+ image_url: https://img.stackshare.io/service/1046/git.png
+ detection_source_url: https://github.com/diidduong/yay-server
+ detection_source: Repo Metadata
+- name: Gradle
+ description: A powerful build system for the JVM
+ website_url: https://www.gradle.org/
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Build, Test, Deploy
+ sub_category: Java Build Tools
+ image_url: https://img.stackshare.io/service/975/gradlephant-social-black-bg.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-16 21:43:05.000000000 Z
+- name: Apache Camel
+ description: A versatile open source integration framework
+ website_url: https://camel.apache.org/
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Application Hosting
+ sub_category: Platform as a Service
+ image_url: https://img.stackshare.io/service/3276/xWt1RFo6_400x400.jpg
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/src/main/resources/application.properties
+ detection_source: src/main/resources/application.properties
+ last_updated_by: Duy
+ last_updated_on: 2023-12-22 03:45:13.000000000 Z
+- name: org.projectlombok:lombok
+ description: 'Spice up your java: Automatic Resource Management'
+ license: MIT
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-16 21:43:05.000000000 Z
+- name: org.springframework.boot:spring-boot-starter-data-mongodb
+ description: Starter for using MongoDB document-oriented database and Spring Data
+ MongoDB
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-22 03:45:13.000000000 Z
+- name: org.springframework.boot:spring-boot-starter-test
+ description: Starter for testing Spring Boot applications with libraries including
+ JUnit
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-22 03:45:13.000000000 Z
+- name: org.springframework.boot:spring-boot-starter-web
+ description: Starter for building web, including RESTful, applications using Spring
+ MVC
+ license: Apache-2.0
+ open_source: true
+ hosted_saas: false
+ category: Libraries
+ sub_category: Maven Packages
+ image_url: https://img.stackshare.io/package/maven/image.png
+ detection_source_url: https://github.com/diidduong/yay-server/blob/master/build.gradle
+ detection_source: build.gradle
+ last_updated_by: Duy
+ last_updated_on: 2023-12-22 03:45:13.000000000 Z