Skip to content

This API is useful for building online code editors, competitive programming platforms, or any application that requires on-the-fly code execution.

Notifications You must be signed in to change notification settings

thekbbohara/coderunner-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coderunner API

The Coderunner API is a backend service designed to execute code snippets in various programming languages inside a secure, isolated environment. This API is useful for building online code editors, competitive programming platforms, or any application that requires on-the-fly code execution.

Features

  • Supports multiple languages.
  • Secure execution in isolated environments.
  • Can be run locally or inside a Docker container.

Setup Instructions

1. Clone the Repository

git clone https://github.com/thekbbohara/coderunner-API.git
cd coderunner-API

2. Docker Setup (recommended)

docker build -t coderunner-api .
docker run -e PORT=4000 -e HOST=0.0.0.0 -p 4000:4000 coderunner-api

3. Local setup

npm i
mkdir -p tmp/exe
npm start

About

This API is useful for building online code editors, competitive programming platforms, or any application that requires on-the-fly code execution.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published