Skip to content

Specifications

Somyajit Chakraborty Sam edited this page Jan 20, 2020 · 1 revision
  1. A basic text editor to write code (for now, just like notepad, can add autocomplete features later)
  2. Sandboxing & running the code in server side (against test cases) in the given constraints
  3. Right now, will just support JAVA/Python (whichever is more convenient)

So that would be all that’s needed for our MVP. Keeping it plain now, can always add features later.

  1. The frontend: any vanilla html-css-js template
  2. Backend: Flask Or some Java framework. Whichever will be more convenient.

Clone this wiki locally