https://github.com/vndee/lensquery-backend
https://github.com/vndee/lensquery-backend
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vndee/lensquery-backend
- Owner: vndee
- Created: 2023-08-18T07:56:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T11:18:18.000Z (over 1 year ago)
- Last Synced: 2025-02-10T08:11:08.559Z (8 months ago)
- Language: Go
- Size: 238 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### LensQuery-Backend
```bash
go run cmd/app/main.go --name="LensQuery-Backend" --port=8088
``````bash
┌───────────────────────────────────────────────────┐
│ LensQuery-Backend │
│ Fiber v2.48.0 │
│ http://127.0.0.1:8088 │
│ (bound on host 0.0.0.0 and port 8088) │
│ │
│ Handlers ............ 20 Processes ........... 1 │
│ Prefork ....... Disabled PID ............. 59456 │
└───────────────────────────────────────────────────┘
```