Skip to content

npole0103/alreadyme-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALREADYME-Backend

image

ALREADYME.md Backend

GitHub issues GitHub Top Language CodeFactor

An easiest way to build README.md for your repository



What is the ALREADYME.md?

ALREADME-MAIN ALREADYME is a multiplatform desktop application which create a README.md. If you input your github repository, it will analyze source codes of the repository and create README.md using AI. Let's create README.md of repository with only one-click.



Development Environment

  • JDK @17.x
  • MySQL @8.x
  • Spring Boot @2.7.2
  • Spring Data JPA
  • Spring Cloud for AWS
  • commons-io @2.6
  • httpclient @4.5.13


How to run server?

Before starting the server, Create application-dev.properties file in src/main/resources path and use that template.

# dev profiles

# MySQL Connection
spring.datasource.driver-class-name=
spring.datasource.url=
spring.datasource.username=
spring.datasource.password=

# JPA Setting
spring.jpa.database=
spring.jpa.database-platform=
spring.jpa.show-sql=
spring.jpa.hibernate.ddl-auto=
spring.jpa.properties.hibernate.format_sql=
spring.jpa.open-in-view=

# GITHUB Token
github.id=
github.token=
github.name=
github.email=

# AWS
cloud.aws.credentials.access-key=
cloud.aws.credentials.secret-key=
cloud.aws.region.static=
cloud.aws.s3.bucket=
cloud.aws.stack.auto=

# Ai-Server
ai-server.host=

Features

  • The start of creating README.md
    • Enter GitHub repository URL
      • Web URL
      • ".git" URL
  • The process of creating README.md
    • Loading view
      • Repository cloning
      • Real-time loading of the creation process
  • The complete of creating README.md
    • Donwload README.md
      • Select a file download location
      • Download markdown file
    • Pull-Request README.md
      • Pull-request to original repository from @ALREADYME-BOT repository
      • Open web URL after pull-request is completed


image ALREADME-BOT-EX

ALREADME-BOT is that helps create README.md. The bot can fork the original repository. And add README.md generated by AI to the Forked repository. Finally, ALREADEME-BOT helps you pull-request the original repository.



Repository

ALREADYME.md Backend

ALREADYME.md Backend


ALREADYME.md Desktop

ALREADYME.md Desktop


ALREADYME.md AI

ALREADYME.md AI



License

Apache LICENSE-2.0

FOSSA Status


About

ALREADYME.md for backend using Java with Spring Boot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 100.0%