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
-
Head to server http://localhost:8000
-
Add Few Questions in Question model to display random questions
For Contribution
- Solve an issue or add any feature.
- Open any issue or request some nice features.