Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damiencorpataux/flask-shell

A small flask example to execute shell commands via a REST API and a Web page.
https://github.com/damiencorpataux/flask-shell

Last synced: 2 days ago
JSON representation

A small flask example to execute shell commands via a REST API and a Web page.

Awesome Lists containing this project

README

        

A small flask example to execute shell commands via a REST API and a Web page.

Install & Usage
-
```sh
git clone ...
cd flask-shell
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
```

```sh
python3 app.py
open localhost:9999
```

Disclaimer
-
This is just a 30 minutes dev.

[![Flask-shell demo](https://img.youtube.com/vi/hxpPpmqu5gU/0.jpg)](https://www.youtube.com/watch?v=hxpPpmqu5gU)