Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 640 Bytes

Online_IDE

https://online-ide-9c7bf.web.app/

Snapshots of the project 👇

desktop view iphone5/SE view iphone5/SE view

Environment variable

Frontend

  1. Create .env
  2. REACT_APP_BACKEND_URL=YOUR_BACKEND_URL
    

Backend

  1. Create a account on jdoodle.
  2. Create nodemon.json
  3. {
        "env": {
            "CLIENT_ID": "YOUR_JDOODLE_CLIENT_ID",
            "CLIENT_SECRET": "YOUR_JDOODLE_CLIENT_SECRET",
            "URL": "https://api.jdoodle.com/v1/execute"
        }
    }