sahildua2305 / hackIDE

hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!
http://hackide.herokuapp.com/
289 stars 123 forks source link

Updated the readme #54

Closed melvyniandrag closed 6 years ago

melvyniandrag commented 6 years ago

I'm trying to get the project running locally and just added a few lines explaining what I needed to do to get set up. It seems to me that this needs python2, I got an error about print not having parens. The issue was something with the mysql version. If I've made a mistake I can remove that bit from the read me.

Also I can't figure out how to get a hackerearth api key. It asks for a url for your site when giving the key, but it wouldnt accept the hackide.heroko.xxx so I just put a domain name I bought for my own project. It gave me a secret key, but when I supply it as shown on the command line I get an error from the server.

If you could briefly explain to me how to get a key here I can add it to the readme also and then get started doing real work. Or if you could explain briefly what to do in the readme that would be helpful.

I wonder what ideone uses to get the compilers and interpreters and things? Probably not hackerearth. Do you know what they use?