Coder Social home page Coder Social logo

ai-date-planner's People

Watchers

 avatar

ai-date-planner's Issues

Server : API 구현

회원 User

  • 회원 정보 저장 - AddUser
  • OAuth 2.0 으로 회원 관리 - (GET) /auth/google/login
  • 세션 쿠키로 회원 인증확인

크롤링 Crawling

  • 가게 정보 크롤링 - (POST) /crawling
{
  "data": [
    {
      "url": "https://map.kakao.com/~~"
    },
    {
      "url": "https://map.kakao.com/~~"
    },
    ...
  ]
}

회원 코스 UserCourse

  • 코스 최근 5개 조회 - GetUserCourse : (GET) /course
  • 코스 ID 로 조회 - GetUserCourseById : (GET) /course/:id
  • 코스 저장 - AddUserCourse : (POST) /course/save
    {
     "dateCourse": {
               "course": "A -> B -> C -> D -> F",
               "information": [
     	          {
     		          "position": {
     			          "lat": "37.123123",
     			          "lng": "126.1231231"
     		          },
     		          "content": "CGV 청담씨네시티",
     		          "address_name": "서울 강남구 청담동 ~~",
     		          "phone": "010-1231-1231"
     	          },
     	          {
     		          "position": {
     			          "lat": "37.123123",
     			          "lng": "126.1231231"
     		          },
     		          "content": "온달집 본점",
     		          "address_name": "서울 강남구 신사동 ~~",
     		          "phone": "010-5231-4241"
     	          }
               ]
       }
    }
  • 코스 삭제 - DeleteUserCourseById : (DELETE) /course/:id
  • 유저의 전체 코스 조회 - GetUserCoursesByEmail : (GET) /course/mycourse

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.