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
- Host: GitHub
- URL: https://github.com/dvrpc/synchrosum_api
- Owner: dvrpc
- License: gpl-3.0
- Created: 2023-06-07T13:09:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-28T18:02:58.000Z (8 months ago)
- Last Synced: 2025-10-28T20:13:34.414Z (8 months ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.