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
- Host: GitHub
- URL: https://github.com/0xPiranhaCodes/node-codecompiler-ide
- Owner: satheesh1997
- Created: 2017-10-19T09:41:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-09T14:29:13.000Z (about 6 years ago)
- Last Synced: 2025-02-01T18:43:55.776Z (11 months ago)
- Topics: bootstrap3, expressjs, html5-canvas, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.11 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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