Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 420 Bytes

Readme.md

File metadata and controls

18 lines (10 loc) · 420 Bytes

Online-IDE

An online IDE to support compilation of multiple languages.

img

Instructions to Run the project:

  1. Clone this repo:

    $ git clone https://github.com/parulagg27/Online-IDE.git

  2. Install the requirements:

    $ pip install -r requirements.txt

  3. To run application using the default Werkzeug server:

    $ python3 app.py