Giter VIP home page Giter VIP logo

pairhub's Introduction

Markdownify
PairHub

PairHub is a platform/community to help you find remote pair programming partners.

Vision/idea

Make remote pair programming more accessible!

Features

Contributing

Contributions of all forms are very welcome!

Tech stack

The project consists of two parts:

  • /api: a GraphQL API built with Node.js, Express, MongoDB and Apollo Server.
  • /ui: a front-end application built with React and Next.js.

Run locally

Prerequisites

  1. Install and run MongoDB.
  2. Register a GitHub OAuth app (for authentication) with Homepage URL: http://localhost:3000 and Authorization callback URL: http://localhost:3000/login/github/callback
  3. Add a /api/.env file with the client ID and client secret keys from the OAuth app you created (SESSION_SECRET can be anything):
GITHUB_CLIENT_ID="your github client ID here"
GITHUB_CLIENT_SECRET="your github client secret here"
SESSION_SECRET="anything"

Running the project

  1. Go to /api and run npm install and then npm run dev to start the API
  2. Go to /ui and run npm install and then npm run dev to start the front end

pairhub's People

Contributors

asantarissy avatar chrisjm avatar gustavlrsn avatar treyles 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.