-
Notifications
You must be signed in to change notification settings - Fork 0
Specifications
Somyajit Chakraborty Sam edited this page Jan 20, 2020
·
1 revision
- A basic text editor to write code (for now, just like notepad, can add autocomplete features later)
- Sandboxing & running the code in server side (against test cases) in the given constraints
- 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.
- The frontend: any vanilla html-css-js template
- Backend: Flask Or some Java framework. Whichever will be more convenient.