https://github.com/dl0312/gber-server
Server for (G)Uber Clone GraphQL, TypeScript, NodeJS
https://github.com/dl0312/gber-server
Last synced: 15 days ago
JSON representation
Server for (G)Uber Clone GraphQL, TypeScript, NodeJS
- Host: GitHub
- URL: https://github.com/dl0312/gber-server
- Owner: dl0312
- Created: 2018-07-06T19:08:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T08:59:29.000Z (over 6 years ago)
- Last Synced: 2024-10-11T21:05:13.395Z (4 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuber-server
Server for the (N)Uber Clone Course on Nomad Academy.
GraphQL, TypeScript, NodeJS## Resolvers
### Public Resolvers:
- [x] Sign In / Sign Up with Facebook
- [x] Sign In with Email
- [x] Start Phone Number Verification
- [x] Complete Phone Number Verification
- [x] Sign Up with Email---
### Authentication:
- [x] Generate JWT
- [x] Verify JWT### Private Resolvers:
- [x] Get My Profile
- [x] Request Email Verification
- [x] Complete Email Verification
- [x] Update my Profile
- [x] Toggle Driving Mode
- [x] Report location / Orientation
- [x] Add Place
- [x] Edit Place
- [x] Delete Place
- [x] Get My Places
- [x] See Nearby Drivers
- [x] Subscribe to Nearby Drivers
- [x] Request a Ride
- [x] Get Nearby Ride Requests
- [x] Subscribe to Nearby Ride Requests
- [x] Update Ride Status
- [x] Get Ride
- [x] Subscribe to Ride Status
- [x] Create a Chat Room
- [x] Get Chat Room Messages
- [x] Send a Chat Message
- [x] Subscribe to Chat Room Messages## Code Challenge
- [ ] Get Ride History
- [ ] See Ride Detail