Giter Site home page Giter Site logo

pende's Introduction

pende

An easy-to-use, experimental web-based IDE

The app was developed as part of BUES' Student Scientific Communication Sessions 2019 organized by The Faculty of Economic Cybernetics, Statistics and Informatics and won the first place

The app is built using Node.js/Express, Socket.io & Angular and supports C and C++, but can be easily extended to multiple languages due to its modular approach

Besides a configurable text editor based on Ace, pende features a minimal file manager & basic debug support

Running the app

  1. Development

    • Run npm install in both directories (back, front)
    • Prepare a MongoDB instance running on default port (27017)
    • Update the values stored in back/.env
      • PROD=run the app in dev(0) or prod(1) mode
      • PORT=the port where the application will be exposed on
      • MONGO_HOST=localhost
      • MONGO_DB=the name of the MongoDB database
    • Fill the required front-end variables
    • Start the back-end: npm start in back
    • Start the front-end: npm start in front
  2. Production

    • Prepare a MongoDB instance running on default port (27017)
    • Create a .env file and fill it with the following values
      • PROD=1
      • MONGO_HOST=database_host (defaults to host.docker.internal otherwise)
      • MONGO_DB=database_name (defaults to pende otherwise)
      • GOOGLE_CLIENT_ID=google_client_id
    • Run the Docker container
      • docker run -p 8080:8080 --env-file ./.env --name pende axbg/pende

pende's People

Contributors

axbg avatar dependabot[bot] avatar raduionutbogdan-metrodigital avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.