https://github.com/lnxpy/samad
samad app
https://github.com/lnxpy/samad
Last synced: 3 months ago
JSON representation
samad app
- Host: GitHub
- URL: https://github.com/lnxpy/samad
- Owner: lnxpy
- Created: 2024-02-02T17:46:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T14:18:07.000Z (over 2 years ago)
- Last Synced: 2025-01-17T08:44:42.662Z (over 1 year ago)
- Language: Python
- Size: 1.69 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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