Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nikita-filonov/load-testing-hub-api
API for https://github.com/Nikita-Filonov/load-testing-hub-panel
https://github.com/nikita-filonov/load-testing-hub-api
fastapi performance performance-analysis performance-metrics performance-monitoring performance-testing performance-visualization postgresql python sqlalchemy
Last synced: 13 days ago
JSON representation
API for https://github.com/Nikita-Filonov/load-testing-hub-panel
- Host: GitHub
- URL: https://github.com/nikita-filonov/load-testing-hub-api
- Owner: Nikita-Filonov
- License: apache-2.0
- Created: 2024-08-13T10:14:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-23T10:31:35.000Z (about 2 months ago)
- Last Synced: 2024-12-23T11:29:07.067Z (about 2 months ago)
- Topics: fastapi, performance, performance-analysis, performance-metrics, performance-monitoring, performance-testing, performance-visualization, postgresql, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Load testing hub API
If you have any questions, you can ask [@Nikita Filonov](https://t.me/sound_right)
## Project setup
```shell
git clone https://github.com/Nikita-Filonov/load-testing-hub-api.git
cd load-testing-hub-apipip install -r requirements.txt
uvicorn main:app --reload
```## Apply migrations
```shell
alemibc upgrade head
```