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 client
npm install
- If you want to run at https:// use run as
yarn dev
else usenpm start
DB_HOST=localhost
DB_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 server
npm install
- To start the server use
npm start
- import
code-ite.sql
into your mysql database.
Contributors names and contact info
- Aniket Kumar Singh @aniket104
- Naman Khare @namankhare
- Suyogya Shrivastava @suyo7065