Giter Site home page Giter Site logo

mstomar698 / ide-go-backend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scarelma/ide

0.0 0.0 0.0 8.98 MB

Making open-source IDE

License: Apache License 2.0

Go 10.43% Dockerfile 2.13% HTML 4.82% CSS 13.13% JavaScript 38.40% Python 30.07% Mako 0.41% C 0.34% Java 0.28%

ide-go-backend's Introduction

IDE

##################

to run this project you need to install the following:

Golang : Golang 1.19.2 was used to build this project Docker Docker-compose

##################

How to run

  1. Clone the project

  2. cd into the project directory and then in reciever directory

  3. Open Dockerfile and select the language you want to build the image with For example: Here I will use python FROM python:3.9.6-slim-buster uncomment above FROM line and make sure to comment out the other FROM line similarly below you will see the env variables for the python image uncomment the python env variables and make sure to comment out the other env variables ENV CODE_EXTENSION=py ENV SCRIPT="python /app/files/<FILENAME>/main.<CODE_EXTENSION>" then save the file and run the following command docker build -t <image_name> . for image_name choose something relevant to the language you are using for example: docker build -t prb:1 . prb stands for python reciever backend

  4. Continue the above steps for all the languages available in the project

  5. cd into the project directory

  6. Run docker-compose up to start the project

  7. cd into the project directory and then in sender directory

  8. Run go run main.go to start the sender

    application will be available at localhost:5000

ide-go-backend's People

Contributors

mukul-kr avatar sonali-rajput avatar mstomar698 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.