Skip to content

Andrea is an online code compilation platform built with Python/Django and ReactJS. Currently available languages are; C++, Golang, NodsJS and Python.

Notifications You must be signed in to change notification settings

ja-odur/andrea-pub

Repository files navigation

andrea

Andrea is an online code compilation platform built with Python/Django and ReactJS. Currently available languages are; C++, Golang, NodsJS and Python.

Dependencies

Set Up (local)

The application is dockerized but requires some environment variables

Env variables

create a .env file in the application's root directory. The keys of the file are described below.

Env key Sample/Default value Description
DATABASE_URL postgresql:https://docker:docker@db:5432/puzzled This url points to the dockerized postgresSQL instance
REACT_APP_BASE_URL https://localhost:8000/ The default Django url/port
REACT_APP_BASE_STATIC_URL https://localhost:3000/ The configured webpack server url for static files
SSH_BASE_URL host.docker.internal docker-compose equivalent of localhost on macOS or windows
PYTHON_SSH_HOST_PORT _ Unique port number for the Python interpreter server
NODE_SSH_HOST_PORT _ Unique port number for the Node interpreter server
GO_SSH_HOST_PORT _ Unique port number for the Golang compiler server
CPP_SSH_HOST_PORT _ Unique port number for the C++ GNU compiler server
SSH_USER _ The SSH username that will be used to login (ssh) into the compiler/interpreter servers
SSH_USER_PASSWORD _ The password that will be used during the ssh login
GOPATH /usr/local/go/bin The path to install Golang
TIMEOUT 120 The maximum allowed running time(in seconds) of code before it's timed-out
building and running application
  • To build the app docker-compose build

  • To start the app docker-compose up

Author(s)

  • J. A. Odur

About

Andrea is an online code compilation platform built with Python/Django and ReactJS. Currently available languages are; C++, Golang, NodsJS and Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published