Skip to content

Realtime Code Collaboration and Code Execution Platform (Backend)

Notifications You must be signed in to change notification settings

execute-it/main-server

Repository files navigation

Realtime Code Collaboration and Code Execution Platform

Execute-It Main server

Main server for managing all the services in the project. ezgif com-gif-maker

Prerequisites

This project is built on top of docker containers. So ensure that you have Docker and Docker Compose installed on your system For installation instructions refer: https://docs.docker.com/install/

Starting the Server

Before starting docker-compose, create a docker bridge network

docker network create -d bridge executeit

Then start traefik

docker-compose -f docker-compose.dev.yml up -d reverse-proxy

And finally start the server

docker-compose -f docker-compose.dev.yml up app

System Architecture

System_Architecture

About

Realtime Code Collaboration and Code Execution Platform (Backend)

Resources

Stars

Watchers

Forks

Releases

No releases published