Git Product home page Git Product logo

pair.me's Introduction

Pair Me

Lighthouse Labs Final Project

Pair Me is a pair-programming platform that lets you do code-challenges at the same time. It helps doing code-challenges twice as fun with a random pair. A user can also choose an online friend to do the challenge with them. It utilizes the Ace Editor and running the code inputted to it in JS Sandbox library to help protect our app from untrusted code. GitHub credentials are used for authentication via Passport. Both users can type in the Ace editor to solve the challenge presented to them, and they also have the opportunity to chat with each other.

Stack

  • NodeJs
  • Express
  • React
  • Socket.io
  • PostgreSQL
  • Knex
  • BootStrap

Screenshots

"screenshot of the landing page" "screenshot of the main page" "screenshot of the challenge page" "screenshot of the send request page" "screenshot of the cancel request page" "screenshot of the profile page

Getting Started

Client directory

  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Run npm run webpack:watch

Server directory

  1. Create the .env by using .env.example as a reference in the same directory.
  2. Update the .env file with your correct local information
  3. Install dependencies: npm i
  4. Run migrations on server : npm run knex migrate:latest
  • Check the migrations folder to see what gets created in the DB
  1. Run the seed: npm run knex seed:run
  • Check the seeds file to see what gets seeded in the DB
  1. Run the server: npm start
  2. Visit http://localhost:8080/

Dependencies

  • Node 5.10.x or above
  • NPM 3.8.x or above

pair.me's People

Contributors

dkyw avatar ervinlouieong avatar bernicetann avatar farnaz-rashidi avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

dkyw bernicetann

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.