OnlineCompiler

  1. Fetch from repo:
git clone https://github.com/madanimohadhabib/OnlineCompiler.git
  1. Change to Onlinecompiler directory
cd Onlinecompiler
  1. Pipe requirements to Onlinecompiler folder:
pip install -r requirements.txt
  1. Run Django app:
py manage.py runserver