https://github.com/gamzanet/fastapi
https://github.com/gamzanet/fastapi
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gamzanet/fastapi
- Owner: Gamzanet
- Created: 2024-10-04T02:42:27.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T12:34:16.000Z (3 months ago)
- Last Synced: 2025-03-13T13:34:55.090Z (3 months ago)
- Language: Python
- Size: 20.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## install
git clone https://github.com/Gamzanet/fastAPI.git --recursive
cd fastAPI
docker build . -t gamza-api### RUN
```
# .env
_data_location=../../src/data/
uni="UNICHAIN_RPC_URL"
```
write .env
docker run -d -p 7777:8000 --env-file .env --name "api-ubuntu-server" gamza-api
docker exec api-ubuntu-server /bin/bash
sh run.sh