Skip to content

bernicetann/pair.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.0%
  • JavaScript 23.5%
  • HTML 0.5%