Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 995 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 995 Bytes

CodeDamn

A website made for GDSC stall based on node.js to test problem solving and coding skills of visitors

uses express.js as backend framework

server doesnt users any database , data is stored in JSON file which is writen and read once a while

when server is hit by a request , the template code(i.e main function and imports) is loaded , the code in request is added and made to get called by main function with appropriate parameters

the server responds with next question upon correct submission , error code when error is there and wrong answer

Node.js's child_process have been used to exicute cpp and java files image

image

image