Skip to content

luckych8080/Online_IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"
        }
    }