Git Product home page Git Product logo

learning-graphql's Introduction

프로젝트 설명

image

웹 앱 API 개발을 위한 GraphQL을 읽고 프로젝트를 진행한 내용입니다.

주요 기능

1. 사진 업로드

2. Github OAuth를 사용한 로그인

3. 임시 유저 추가

4. 새로 추가된 유저

사용 기술

Area Tech Stack
Frontend
Backend

Getting Started

  1. 프로젝트를 clone 합니다.
$ git clone https://github.com/yuda1124/learning-graphql.git
$ cd learning-graphql
  1. 패키지를 설치합니다.
  • 클라이언트 패키지 설치
$ cd photo-share-client
$ yarn
  • 서버 패키지 설치
$ cd photo-share-api
$ yarn
  1. sample.env를 복사해 .env 파일을 만든 뒤 설정합니다.
$ mv ./sample.env ./.env
// server
DB_HOST=<YOUR_MONGODB_HOST>
CLIENT_ID=<YOUR_GITHUB_CLIENT_ID>
CLIENT_SECRET=<YOUR_GITHUB_CLIENT_SECRET>

// client
REACT_APP_CLIENT_ID=<YOUR_GITHUB_CLIENT_ID_HERE>
  1. 실행합니다.
  • 클라이언트 실행
$ cd photo-share-client
$ yarn start
  • 서버 실행
$ cd photo-share-api
$ yarn

learning-graphql's People

Contributors

yuda1124 avatar

Watchers

 avatar

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.