A web application based on djnago 1.9 to compile and run code online from Anyywhere.
This project uses the HackerEarth Compile and run API for code compilation. For more details about the API, visit the link https://www.hackerearth.com/docs/api/developers/code/v3/
-
Python 2.7
-
PIP
-
virtualenv
-
Clone the repository on your local machine
-
Create virtual environment by using following command:
virtualenv env
-
Run the virtaulenv by
source env/bin/activate
-
Install the dependencies using the command:
pip install -r requirements.txt
-
Run migrations using the command:
python manage.py migrate
-
Run the development server:
python manage.py runserver
Finally open http://127.0.0.1:8000 to see the magic into action.
- Implement CodeVideo