Skip to content

wDRxxx/CodeZone-backend

Repository files navigation

CodeZone Backend

Backend for CodeZone online compiler

CodeZone - online compiler which executes user's code (for now without any inputs) in docker containers.

CodeZone can be tested here and fronted repo can be found here

Mini demo:

CodeZone Demo

How to run

Using docker

  1. docker-compose up -d --build

Without docker

  1. go mod download
  2. create and configure .env based on prod.env (set HTTP_ORIGINS to "*")
  3. go run ./cmd/api

About

backend for online compiler written using go

Resources

Stars

Watchers

Forks