semin-park / code-live

Web based code editor that lets you share your ideas in an instant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-live

codelive code_live_execution

Code Live is a web based code editor that lets you share your ideas in an instant.

Getting Started

You can run the code by executing run.py

Prerequisites

You need to set some enviornment variables before executing. Create .env file in the root directory.

YORKIE_AGENT_URL=""
MONGO_USER_HOST=""
MONGO_USER_PORT=0000

Installing

Libraries that you need before executing the code is written in requirements.txt.

flask==1.1.2
python-dotenv==0.14.0
flask-mongoengine==0.9.5

Open Sources

The open sources we used for Code-Live is:

Name Purpose License URL
yorkie to support simultaneous code editor Apache License github
codemirror to support several language modes and syntax highlighting MIT License github

About

Web based code editor that lets you share your ideas in an instant

License:MIT License


Languages

Language:JavaScript 98.0%Language:HTML 1.2%Language:Python 0.6%Language:CSS 0.3%