Skip to content

Err0rCode7/openstudio-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openstudio-back 1차스프린트

42 SEOUL의 교육생들을 위한 서비스 개발 프로젝트로, 과제를 같이 할 교육생을 찾는 교육생들끼리 팀을 만들어주는 웹 애플리케이션

DB 설계(ERD)

ERD

Admin page

화면조회_압축

Build

First of all, set application-oauth.yaml and applciation-smtp.yaml to yours

  • Quick Run

    ./gradlew bootRun

  • Build with tasks

    • default profile

      ./gradlew build

    • my profile

      • [dev, local] 중 택 1

      ./gradlew build -Pprofile=myprofile

  • Run fat jar with built profile

    # -P는 생략가능
    ./gradlew build -Pprofile=myprofile
    java -jar application.jar
  • Run fat jar with my profile

    ./gradlew build
    java -Dspring.profiles.active=myprofile -jar applicaition.jar

Api docs

You can see swagger api docs

  • just curl host:port/swagger-ui.html
    • json data: curl host:port/v2/api-docs

About

Team Matching Project - backend for 42 cadets (aka. openstudio)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published