Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.09 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.09 KB

uber-server

Server for the uber clone course

Resolvers

Public Resolvers:

  • Sign In / Sign Up with FaceBook
  • Sign In with Email
  • Starts Phone Number Verification
  • Cimplete Phone Nu,ber Verification
  • Sign Up with Email

Authentication

  • Generate JWT
  • Verify JWT

Private Resolvers:

  • Get MY Profile
  • Request Email Verification
  • Complete Email Verification
  • Update my Profile
  • Toggle Driving Mode
  • Report Location / Orientation
  • Add Place
  • Edit Place
  • Delete Place
  • Get My Places
  • See Nearby Drivers
  • Subscribe to Nearby Ride Requests
  • Request a Ride
  • Subscribe to Nearby Drivers
  • Get Nearby Rides Requests (드라이버가 요청하는 함수, 앱을 처음 실행하면 근처 ride 요청을 받음)
  • Subscribe to Ride Status
  • Update Ride Status
  • Get Chat Room Messages
  • Subscribe to Chat Room Messages
  • Send a Chat Messages

Code Challenge

  • Get Ride History
  • See Ride Detail