wwwkang8 / sunflower-backend

Instagram clone with Express + Node + React and React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sunflower

Instagram clone with Express + Node + React and React Native

#GraphQL 이란 기존에 모바일 어플리케이션을 개발하게 되면 REST API를 개발하였습니다. 그래서 프론트에서 추가적인 기능이 필요하면 REST API를 추가하였습니다. 하지만 GraphQL을 사용하게 되면, 프론트에서 쿼리를 만들어 서버에 요청을 합니다. 그러면 GraphQL 서버에서는 필요한 데이터에 대해서만 반환하여 응답합니다.

목표

자기소개서 기반 소개팅 어플리케이션 개발

User Stories

  • Like / Unlike a photo
  • Comment on a photo
  • Search by user
  • Search by location
  • See user profile
  • Follow / Unfollow User
  • See the full photo
  • Upload a photo - [x] Upload a photo
  • Edit the photo (Delete) - [x] Edit the photo (Delete)
  • See the feed - [x] See the feed
  • See rooms - [ ] See rooms
  • See room - [ ] See room
  • Send private Message - [ ] Send private Message

About

Instagram clone with Express + Node + React and React Native


Languages

Language:JavaScript 100.0%