Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 672 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 672 Bytes

Backend Server

Backend Node server https://github.com/Aman4017/Code-Collab

Code-Collab

Home

01

Room

02

Language Support

  1. Python
  2. C++
  3. C
  4. Java

Installation

  1. Fork this repository
  2. Clone this repository
git clone https://github.com/<you_name>/CodeCollab.git
  1. Install dependencies
npm install
  1. Frontend server
cd frontend
npm start
  1. Backend Server
cd backend
npm start