Skip to content

shining8543/Danim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

다님

여행 일기를 더욱 세련되고 알아보기 쉽게 만드는 서비스, 여행을 내 입맛대로 계획할 수 있는 서비스
Explore the docs »

View Demo · Report Bug · Request Feature

목차

  1. 프로젝트 설명
  2. 기술 스택
  3. 빠른 시작
  4. 라이센스
  5. 아키텍쳐
  6. 참고

🧑‍💻 팀원소개

이종현 김경원 노영주 김문희 장준혁
[email protected] [email protected] [email protected] [email protected] [email protected]
누구보다 성장하는 개발자가 될것이다. 여러분들과 즐겁게 개발하는 사람이 되겠습니다 항상 배우는 자세를 갖는 개발자가 되겠습니다. 유용한걸 만드는 사람이 되겠습니당~ 꾸준히 성장할 수 있는 개발자가 되겠습니다.

프로젝트 설명

Product Name Screen Shot Product Name Screen Shot

프로젝트 설명

기술 스택

front-end

back-end

빠른 시작

Front-End

    $ git clone https://github.com/95rolancia/danim-react-spring-boot
    $ cd danim-react-spring-boot/frontend
    $ touch .env.development.local
    $ yarn
    $ yarn start

front-end env setting

    REACT_APP_API_END_POINT=https://localhost:8080
    REACT_APP_IMAGE_BASE_URL=
    REACT_APP_GOOGLE_MAP_API_KEY=
    REACT_APP_FIREBASE_API_KEY=
    REACT_APP_FIREBASE_DB_URL=
    REACT_APP_FIREBASE_PROJECT_ID=
    REACT_APP_FIREBASE_AUTH_DOMAIN=

Back-End

  $ cd danim-react-spring-boot/backend
  $ mvn package
  $ java -jar {jar파일이름}

라이센스

Distributed under the MIT License. See LICENSE for more information.

아키텍쳐

image

참고

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.9%
  • Java 45.4%
  • Other 0.7%