Giter Club home page Giter Club logo

argo-be's Introduction

ArGo logo (light version)

ArGo Flask Backend

⚒ Flask server which runs in the background for deploying code on Arweave

Important Notice: ArGo is in its Alpha stage. If you have a suggestion, idea, or find a bug, please report it! The ArGo team will not be held accountable for any funds lost.

About Argo

ArGo is a one-click ☝️ deployment service platform on top of Arweave Permaweb. It offers a Vercel-like seamless experience for the developer to deploy web apps to Arweave Permaweb directly from the ArGo dashboard.

Installation Instruction

  • Create a virtual environemnt
python3 -m venv argovenv
  • Activate virtual environment
source argovenv/bin/activate
  • Clone repository & cd into repo
git clone https://github.com/argoapp-live/argo-be && cd argo-be
  • Install dependencies
pip install -r requirements.txt
  • Start Project
python3 app.py

Server will start at http://127.0.0.1:5000

Docker Installation Instructions

  • Fork or Clone this repository
git clone https://github.com/argoapp-live/argo-be.git
  • Docker build -
docker build -t argo-be .
  • Docker run -
docker run -v /var/run/docker.sock:/var/run/docker.sock -p 5000:5000 argo-be

Contributing

Any contributions are very much welcomed. Feel free to fork and make a PR with any additions (or fixes)!

Have questions?

Reach out to @rekpero#3898 on the ArGo Discord (https://discord.gg/HTMqYAm) or head to the #contributors-forum channel for further discussion!

argo-be's People

Contributors

man-jain avatar izrake avatar rekpero avatar akinovak 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.