Skip to content

Latest commit

 

History

History
110 lines (68 loc) · 1.85 KB

README.md

File metadata and controls

110 lines (68 loc) · 1.85 KB

3.0.2-Orientation-Hackathon

INTRODUCING KODING BUDDY

  • A web application that aims to target all students around the globe with a passion to learn computer science.
  • The application provides a platform for students as well as expert personnel to join and create a supportive community which helps each other solve problems as well have healthy discuss about technology related topics.
  • It provides a collaborative working space in the form of a code-editor and compiler along side a video chat window to help people connect in a more fruitful manner.

Overview:

Table of Contents

Hosting
Tech Stack
Dev Environment Setup

✈️ Hosting

Project is currently hosted on Azure.

Live URL:

🧰 Tech Stack

  • React.JS and CSS
  • Node.JS, Express and Firebase

🔨 Dev Environment Setup

Let's get the website up the running on your local machine.

0. Prerequisites

1. Clone repo

Clone the repo to your local machine

git clone https://github.com/studpeps/3.0.2-Orientation-Hackathon.git

Navigate to project directory

Open three terminals:

Terminal 1 :

cd client

2. Install Dependencies

npm install

3.Start front-end

npm start

Terminal 2 :

cd server

2. Install Dependencies

npm install

3.Start Server

nodemon index.js

Terminal 3 (for the video-chat feature) :

cd server

2. Install Dependencies

npm install

3.Start WebRTC

npm run devrtc

A browser window will automatically open up with a live-reloading preview of the code.