nafees87n / codebox

codeBox RCE is a service that provides a remote environment to run your code in. Execution occurs in a containerized space. The API supports programming in 3 languages (Python, Javascript and C++), potentially extendable to support more.
http://codebox.herokuapp.com/
MIT License
9 stars 9 forks source link

PR for Issue #5 | Added constants file for hard-cored variables #9

Closed kailash360 closed 3 years ago

kailash360 commented 3 years ago

I have created 2 constants file - one for client and the other for server where I have added the hard-cored variables. fixes issue #5

kailash360 commented 3 years ago

Sir, I have made the changed as asked. I have also tested the project and it is working fine.

nafees87n commented 3 years ago

Good work @kailash360 Thanks for the contribution. Merged into main