From 9ccddd4ca9d2d4daf32122c3a167aff049f192f6 Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Sat, 2 Mar 2024 18:03:58 +0000 Subject: [PATCH 1/2] Create techstack.yml --- techstack.yml | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 techstack.yml 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 From 5f849562987846484d37ba17fb99dee4de52c8dd Mon Sep 17 00:00:00 2001 From: stacksharebot Date: Sat, 2 Mar 2024 18:03:59 +0000 Subject: [PATCH 2/2] Create techstack.md --- techstack.md | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 techstack.md 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 +![](https://img.stackshare.io/repo.svg "repo") [diidduong/yay-server](https://github.com/diidduong/yay-server)![](https://img.stackshare.io/public_badge.svg "public") +

+|10
Tools used|03/02/24
Report generated| +|------|------| +
+ +## Languages (1) + + + + +
+ Java +
+ Java +
+ +
+ +## Frameworks (1) + + + + +
+ Spring Framework +
+ Spring Framework +
+ +
+ +## Data (1) + + + + +
+ MongoDB +
+ MongoDB +
+ +
+ +## DevOps (2) + + + + + + +
+ Git +
+ Git +
+ +
+ Gradle +
+ Gradle +
+ +
+ +## Hosting (1) + + + + +
+ Apache Camel +
+ Apache Camel +
+ +
+ + +## 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)