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

https://github.com/lnxpy/samad

samad app
https://github.com/lnxpy/samad

Last synced: 3 months ago
JSON representation

samad app

Awesome Lists containing this project

README

          

### Installation

Clone this repo. `cd` into it and..

```sh
pip install -r requirements.txt
```

Start the server via:

```sh
uvicorn main:app --reload --host 0.0.0.0
```

Create a local network with your phone and laptop and reach the service from `LAPTOP_IP:8000/docs`. `LAPTOP_IP` is your laptop's local IP address.

### Requirements
- Python >= 3.10
- pip