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

https://github.com/xingyaoww/port-manager


https://github.com/xingyaoww/port-manager

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Simple Port Management

## Environment

```bash
conda env create -f environment.yml
conda activate port-manager
```

## Run the application

```bash
streamlit run port-manager.py --server.port 7200
```