• This project
    • Loading...
  • Sign in

이유제 / CultureGallery

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
Merged
Merge Request !1 opened 2020-12-04 14:46:48 UTC by 송효섭@2019102189

Kakao API 적용 branch merge 요청

주요 기능

  1. Node.js로 html,css,image,js로 구성된 Web architecture를 route할 수 있는 서버 구성
  2. Kakao API로 로그인 기능 구현된 page 생성 -> 웹에서 실행 가능

*추후 개선해야 할 점 *

  1. Kakao API 로 location 받아와서 주변 컨텐츠 검색 ( sql database 활용 요함)
  2. API 활용해서 카카오톡으로 관심 정보 SendtoMe
  3. login/out session 서버 구성(token 활용) 기능 구현 필요 => 별도의 branch를 만들 계획 ( 각 기능마다 웹페이지 만들어서 public / views에 추가함 -> merge -> master 서버에서
Edited 2020-12-04 15:20:51 UTC
Request to merge kakaotest into master
×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b kakaotest origin/kakaotest

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff kakaotest

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Merged

The changes were merged into master.

  • Discussion 0
  • Commits 7
  • Changes 36
  • {{ resolvedDiscussionCount }}/{{ discussionCount }} {{ discussionCount | pluralize 'discussion' }} resolved
  • 송효섭
    @2019102189 2020-12-04 15:20:51 UTC

    Status changed to merged

  • Please register or login to post a comment
송효섭
Assignee
송효섭 @2019102189
Assign to
None
Milestone
None
Assign milestone
1
1 participant
Reference: 2019102210/CultureGallery!1