A multi user live collaboration monaco code editor which can compile code in 3 languages (C, C++, Java) with a whiteboard included built using ReactJS, NodeJS and Socket.IO.
- Download or Clone the repository.
 
REACT_APP_BACKEND=[your-backend-url-here]
cd clientnpm install- If you want to run at https:// use run as 
yarn develse usenpm start 
DB_HOST=localhostDB_USER=[your-db-username-here]DB_PASSWORD=[your-db-password-here]DB_DATABASE=[your-database-here]SECRET=[your-token-secret-here]REFRESHSECRET=[your-refresh-token-secret-here]FRONTEND_URL="https://localhost:3000"
cd servernpm install- To start the server use 
npm start 
- import 
code-ite.sqlinto your mysql database. 
Contributors names and contact info
- Aniket Kumar Singh @aniket104
 - Naman Khare @namankhare
 - Suyogya Shrivastava @suyo7065
 
