An open API service indexing awesome lists of open source software.

https://github.com/0xPiranhaCodes/node-codecompiler-ide

Simple web-based code compiler that can compile your code and match with the test cases provided
https://github.com/0xPiranhaCodes/node-codecompiler-ide

bootstrap3 expressjs html5-canvas mongoose nodejs

Last synced: 12 days ago
JSON representation

Simple web-based code compiler that can compile your code and match with the test cases provided

Awesome Lists containing this project

README

          

*************************************************************************

* Title: Code Lordz
* Language: Nodejs
* Database: Mongoose
* Author: Satheesh Kumar D
* Date: 18-10-2017
* Code version: 0.0.1
* Git Repository: https://github.com/satheesh1997/node-codecompiler-ide
* Routes: 12
* Models: 2
* Description: This is a simple web-based code compiler that can Compile your code and match with the test cases provided.

***************************************************************************

Steps to run:
1. install docker on your machine
2. pull the latest image
3. Run -
docker run -p 8000:8000 -e MONGO_DB_URL=you_mongo_db_url satheesh1997/codecompileride