Skip to content

Adriana618/Cloudlit

Repository files navigation

Cloudlit

Requirements

  • Install python dependencies:

    $ pip install -r requirements.txt

    Run django project with:

    $ python manage.py runserver

    Send to http://127.0.0.1:8000/cloudlit/python your code as a POST request. Your body must contain:

    {
        code: <Your Code>,
        filename: <Any Name>,
        extension: <For now py> #Maybe we add more languages like c++ or java
    }
    

DigitalOcean Deploy

The API is already deployed in DigitalOcean. The url is http://167.172.2.112/cloudlit/python

About

This is a copy of Replit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published