Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spheronfdn/argo-be
⚒ Flask server which runs in the background for deploying code on Arweave
https://github.com/spheronfdn/argo-be
arweave-permaweb backend-service server
Last synced: about 2 hours ago
JSON representation
⚒ Flask server which runs in the background for deploying code on Arweave
- Host: GitHub
- URL: https://github.com/spheronfdn/argo-be
- Owner: spheronFdn
- License: mit
- Created: 2020-09-03T20:33:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T23:56:49.000Z (over 3 years ago)
- Last Synced: 2024-04-02T15:17:09.603Z (8 months ago)
- Topics: arweave-permaweb, backend-service, server
- Language: Python
- Homepage: https://argoapp.live/
- Size: 24.4 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://discord.gg/HTMqYAm)) or head to the #contributors-forum channel for further discussion!