Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

링클립 | 효율적인 정보 관리를 위한 최고의 수단!

Notifications You must be signed in to change notification settings

SoftwareMaestro-LinkLip/LinkLip-Server

Repository files navigation

📎 LinkLip-Server

어떻게 하면 다양한 형태의 순간적인 정보를 간편하게 저장하고 체계적으로 관리할 수 있을까?
여러분들의 효율적인 정보 관리를 위한 최고의 수단, 링클립입니다.

🧑🏻‍💻 Contributor

김영권 권준우
youngkwon02 top7578

✡️ Pre-Install

  • Open JDK 11
  • Maria Database 10.8.3

💥 How to install

1. Install Maria DB

- Mac OS (OS X)

brew install mariadb
brew services start mariadb

- Windows (download from below link)

https://mariadb.org/download/?t=mariadb&o=true&p=mariadb&r=10.8.3

2. Create database user

sudo mariadb-secure-installation
❗️ 로컬 Database 계정 정보
- ID: root
- PW: 1234

3. Clone this project

git clone https://github.com/SoftwareMaestro-LinkLip/LinkLip-Server.git

4. Run server

# Base URL: http://127.0.0.1:8080
./gradlew bootRun

📝 Dependency

dependencies {
 implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
 implementation 'org.springframework.boot:spring-boot-starter-web'
 implementation 'org.springframework.boot:spring-boot-starter-validation'
 compileOnly 'org.projectlombok:lombok'
 runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
 implementation group: 'io.springfox', name: 'springfox-swagger-ui', version: '2.9.2'
 implementation group: 'io.springfox', name: 'springfox-swagger2', version: '2.9.2'
 annotationProcessor 'org.projectlombok:lombok'
 testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

💠 ERD

Screen Shot 2022年07月27日 at 4 02 22 PM

About

링클립 | 효율적인 정보 관리를 위한 최고의 수단!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /