Skip to content

awanshrestha/3.0.2-Orientation-Hackathon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.1%
  • HTML 23.9%
  • CSS 21.0%