Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 581 Bytes

File metadata and controls

12 lines (10 loc) · 581 Bytes

OnlineCompileAndPopulate

Online Compiler for Python This is a nodejs, expressjs server to run the incoming python code and to return back the result of the output. In this, the post request from the client is received interms of a JSON, this JSON contains the program. The program is run on the server system and the result is captured and sent to the client again as the response to the post request.

Clone instructions:

  1. git clone "url"
  2. navigate to the folder and run npm install
  3. then run npm start

If you like this, please do give us a star. :p