/Compiler

Primary LanguageJavaScript

Running the Backend

  1. Go to Backend File
  2. Start Dockerfile using command :
    docker build -t backend .
    docker run -p 8001:8080 backend
  3. Go to localhost:8001
  4. You will see the backend running on docker container
  5. Add the backend url in frontend file

# Compiler
  1. Open Code editor terminal
  2. Open Backend folder in it
  3. run : npm start
  4. Open another tab in Frontend
  5. run : npm start
  6. View in browser

image