Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativcoder/codincloud
Compiler as a Service platform Using Flask Micro-framework And Materialize CSS on the FrontEnd
https://github.com/creativcoder/codincloud
Last synced: about 2 months ago
JSON representation
Compiler as a Service platform Using Flask Micro-framework And Materialize CSS on the FrontEnd
- Host: GitHub
- URL: https://github.com/creativcoder/codincloud
- Owner: creativcoder
- License: mit
- Created: 2015-05-23T04:50:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-18T18:22:21.000Z (over 8 years ago)
- Last Synced: 2023-02-26T13:47:20.090Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 4.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CodinCloud
CodinCloud is an Compiler As a Service Platform
The website uses Flask Microframework as the backend, and MaterializeCSS on the Frontend.
CodinCloud is being updated for now, for better code organization.
The older version of this app is hosted @[flaskcompiler](https://flaskcompiler.herokuapp.com)
### Build Instructions:
Its recommended to use virtualenv for a standalone developemnt environment for CodinCloud.
We have a shell script, which sets up everything that is needed to run CodinCloud. If you are not into a virtualenv environment, the script will setup one for you, then install all dependencies of Flask and then serve it on default port `5000`. You can override the port by passing it as an argument to script.
cmod the script `boostrap.sh` : `sudo chmod +x ./bootstrap.sh`
and then run it: `./boostrap.sh [port]`
TODO
--Add Support for multiple languages
--User Registration through Github