Online Code Editor to write and execute c++ and python code. https://codeeditor13.netlify.app/
- fork the repo and clone in your machine
- go to directory and run
npm install
- from project directory go to backend folder with
cd backend/
, install dependencies withnpm install
and runnode index.js
to start backend server. - from project directory go to client folder with
cd client/
, install dependencies withnpm install
and runnpm start
to start react app.
- Added support for custom input
- Automatically terminate application if got into infinite loop
- React as frontend library
- Nodejs/Express for backend
- Mongo for database