unownone / Fast-online-compiler

Fast Online Compiler is an API based Code Compiler/runner running on the cloud!
https://unownone.github.io/Fast-online-compiler/
11 stars 5 forks source link
collaborate compiler digitalocean docker docker-compose flask hacktoberfest hacktoberfest2022 ide nginx python

Fast-Compiler

Build and publish Test

Demo:

Hosted at DigitalOcean

Fast compiler Demo

Compile code fast on the cloud!

Language Support Currently:

Feature RoadMap

API End Points:

or

Use Front End :

at index : \

compile

Setup on Local:

Using Docker :

    docker-compose up -d --build 
Server will be running at localhost:80    

Using VirtualEnv :

    virtualenv venv
    source venv/bin/activate
    pip install -r requirements.txt
    python wsgi.py
Server will be running at localhost:5000

- Set up languages for proper compilation/running