/Codeara

An Online Code Execution Platform using API

Primary LanguagePython

Codeara

An Online Code Execution Platform using API

This app is used to compile and execute the program with login feature. It also has sample problems and user's progress record.

Starting the Project

  • Fork and Clone the repository

  • Create a virtualenv with python and activate it

virtualenv env

source env/bin/activate
  • Move into the folder and install required dependencies
pip install -r requirements.txt
  • Run the Migrations
python manage.py makemigrations

python manage.py migrate

  • Run the development server
python manage.py runserver

For Contribution

  • Solve an issue or add any feature.
  • Open any issue or request some nice features.