https://online-ide-9c7bf.web.app/
Snapshots of the project 👇
- Create .env
-
REACT_APP_BACKEND_URL=YOUR_BACKEND_URL
- Create a account on jdoodle.
- Create nodemon.json
-
{ "env": { "CLIENT_ID": "YOUR_JDOODLE_CLIENT_ID", "CLIENT_SECRET": "YOUR_JDOODLE_CLIENT_SECRET", "URL": "https://api.jdoodle.com/v1/execute" } }