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

https://github.com/dvrpc/synchrosum_api

API for the SynchroSum toolset
https://github.com/dvrpc/synchrosum_api

Last synced: 5 months ago
JSON representation

API for the SynchroSum toolset

Awesome Lists containing this project

README

          

# synchrosum_api
API for the SynchroSum toolset
## Production

(TBD)

## Development

### Dependencies

```
python3 -m venv ve
. ve/bin/activate
pip install -r reqs/requirements_base.txt
```

### Development Server

Launch Uvicorn server with: `uvicorn app.main:app --reload`.

Upload a Synchro Report, Simtraffic report, or one of each, and a summary will be returned to your browser.