Coder Social home page Coder Social logo

pikachu's Introduction

피카츄(오프라인 만남 번개! 서비스)

Url: http://localhost 미정..

목 차

기능리스트 - Features

  • OAuth 2.0 Authentication via Facebook, Google, Kakao

시작하기 - Getting Started

프로젝트를 시작하기 전 테이블을 만들어야 합니다. 다음과 같은 테이블을 데이터베이스에 만들어주세요. ...

깃으로 부터 프로젝트를 내려 받습니다.

최상위 디렉토리에 다음과 같은 환경 변수가 있어야지 정상적으로 실행할 수 있습니다.

PORT=3000
SESSION_SECRET=secret

FACEBOOK_APP_ID=...
FACEBOOK_APP_SECRET=...

GOOGLE_CLIENT_ID=...
GOOGLE_CLIENT_SECRET=...

KAKAO_NATIVE_APP=...
KAKAO_REST_API=...
KAKAO_JAVASCRIPT=...
KAKAO_ADMIN=...

DIALECT=MYSQL
DATABASE_HOST=localhost
DATABASE_PORT=3306
DATABASE_USER=...
DATABASE_NAME=...
DATABASE_PASSWORD=...

REDIS_HOST=localhost
REDIS_NAME=...
REDIS_PORT=...
REDIS_PASS=...

환경 변수를 설정한 다음 아래와 같이 프로젝트를 실행할 수 있습니다.

yarn install
yarn start

업데이트 내역

0.0.1 (2017.07.07)

  • 페이스북 로그인 기능추가

0.0.0

  • 프로젝트 생성
  • 로컬 로그인 기능 구현

프로젝트에 기여 하는 법(Contributing)

License

...

pikachu's People

Contributors

henjun avatar rkdls 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.