Backend Node server https://github.com/Aman4017/Code-Collab
- Python
- C++
- C
- Java
- Fork this repository
- Clone this repository
git clone https://github.com/<you_name>/CodeCollab.git
- Install dependencies
npm install
- Frontend server
cd frontend
npm start
- Backend Server
cd backend
npm start