Skip to content

DevDachan/Readme_studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

README.md File

header

πŸšͺ Stack : Spring boot
🌠 Version: 3.0.4
πŸ“• Gruop ID : com.readme
πŸ“˜ Artifact ID : rss
πŸ“™ Java Version :17
πŸ“š DB : MariaDB

Project Period
2023-03-042023-05-12

Project Architecture (Tree Structure)

.   
β”œβ”€β”€ java   
β”‚Β Β  └── com   
β”‚Β Β      └── readme   
β”‚Β Β          └── rss   
β”‚Β Β              β”œβ”€β”€ controller   
β”‚Β Β              β”‚Β Β  β”œβ”€β”€ MarkdownController.java   
β”‚Β Β              β”‚Β Β  └── UnzipController.java   
β”‚Β Β              β”œβ”€β”€ data   
β”‚Β Β              β”‚Β Β  β”œβ”€β”€ dao   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkDAO.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Impl   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkDAOImpl.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectDAOImpl.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  └── UserDAOImpl.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectDAO.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  └── UserDAO.java   
β”‚Β Β              β”‚Β Β  β”œβ”€β”€ dto   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkDTO.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectDTO.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  └── UserDTO.java   
β”‚Β Β              β”‚Β Β  β”œβ”€β”€ entity   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ compositeKey   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ProjectPK.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkEntity.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectEntity.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  └── UserEntity.java   
β”‚Β Β              β”‚Β Β  β”œβ”€β”€ handler   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkHandler.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ Impl   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkHandlerImpl.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectHandlerImpl.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”‚Β Β  └── UserHandlerImpl.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectHandler.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  └── UserHandler.java   
β”‚Β Β              β”‚Β Β  β”œβ”€β”€ repository   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ FrameworkRepository.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProjectRepository.java   
β”‚Β Β              β”‚Β Β  β”‚Β Β  └── UserRepository.java   
β”‚Β Β              β”‚Β Β  └── service   
β”‚Β Β              β”‚Β Β      β”œβ”€β”€ FrameworkService.java   
β”‚Β Β              β”‚Β Β      β”œβ”€β”€ Impl   
β”‚Β Β              β”‚Β Β      β”‚Β Β  β”œβ”€β”€ FrameworkServiceImpl.java   
β”‚Β Β              β”‚Β Β      β”‚Β Β  β”œβ”€β”€ MdDownloadServiceImpl.java   
β”‚Β Β              β”‚Β Β      β”‚Β Β  β”œβ”€β”€ ProjectServiceImpl.java   
β”‚Β Β              β”‚Β Β      β”‚Β Β  β”œβ”€β”€ RegisterServiceImpl.java   
β”‚Β Β              β”‚Β Β      β”‚Β Β  └── UserServiceImpl.java   
β”‚Β Β              β”‚Β Β      β”œβ”€β”€ MdDownloadService.java   
β”‚Β Β              β”‚Β Β      β”œβ”€β”€ ProjectService.java   
β”‚Β Β              β”‚Β Β      β”œβ”€β”€ RegisterService.java   
β”‚Β Β              β”‚Β Β      └── UserService.java   
β”‚Β Β              └── RssApplication.java   
└── resources   
    └── application.properties   
   
17 directories, 36 files   

Web API

HTTP API URL Return Type Parameters
MarkdownController.java
Post makeMDzipFile() /mdZipFile byte[] @RequestBody List<Map<String
Object>> readme
UnzipController.java
Post getFileData() /register2 HashMap<String,Object> @RequestParam("jsonParam1") String repoLink
Post saveData() /framework String @RequestParam("projectId") String projectId
@RequestParam("frameworkName") String frameworkName
Post editPeriodImage() /editPeriod String @RequestParam("start_date") String startDate
@RequestParam("end_date") String endDate
Post allData() /alldata Map<String,String[]> @RequestParam("projectId") String projectId

DB Table

🌱 Framework Table

Column Name
name (PK)
type
content

🌱 Project Table

Column Name
id (PK)
fileName (PK)
filePath (PK)
fileContent
detail

🌱 User Table

Column Name
projectId (PK)
userName
repositoryName

Dependencies

<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-data-jpa</artifactId>
    </dependency>
    <dependency>
        <groupId>org.mariadb.jdbc</groupId>
        <artifactId>mariadb-java-client</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-validation</artifactId>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-configuration-processor</artifactId>
        <optional>true</optional>
    </dependency>
    <dependency>
        <groupId>org.projectlombok</groupId>
        <artifactId>lombok</artifactId>
        <optional>true</optional>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>commons-io</groupId>
        <artifactId>commons-io</artifactId>
        <version>2.1</version>
    </dependency>
    <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-test</artifactId>
    </dependency>
    <dependency>
        <groupId>org.jsoup</groupId>
        <artifactId>jsoup</artifactId>
        <version>1.14.2</version>
    </dependency>
</dependencies>

License

The MIT License (MIT)

Copyright (c) 2023 DevDachan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Social


Contributor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •