Skip to content

PedroMiotti/colab-editor-api

Repository files navigation

Logo techpot-colab

License: MIT License: MIT

In-browser collaborative code editor.

⭐ Features

  • In-browser IDE with VS Code like text editor.
  • Some features like auto-completion and code-formatting
  • Supports for 9 languages
  • Realtime Collaboration
  • Multi-files

⚠️ Website isn't mobile friendly.

📺 Prerequisites

Before running app locally make sure that you install following things:

🚀 Local Development

Step 1: Clone the repo

https://github.com/PedroMiotti/colab-editor-api

Step 2: Configuration

  1. Create .env file in project root dir

    $ touch .env
  2. Copy everything from .env.example as paste it in .env

Step 3: Run container

# Run docker-compose (API, Redis and Mongo)
$ make up

🧱 Basic architecture

Logo

📝 License

This project is MIT licensed.