Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-api

pip install -r requirements.txt
uvicorn main:app --reload
```

## Apply migrations

```shell
alemibc upgrade head
```