Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indico/openreferee-jacow
OpenReferee service for the JACoW workflow
https://github.com/indico/openreferee-jacow
Last synced: about 1 month ago
JSON representation
OpenReferee service for the JACoW workflow
- Host: GitHub
- URL: https://github.com/indico/openreferee-jacow
- Owner: indico
- License: mit
- Created: 2020-10-05T08:42:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T14:57:22.000Z (7 months ago)
- Last Synced: 2024-06-04T16:54:52.791Z (7 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 1
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenReferee
## OpenReferee Reference Server
This is a reference implementation of the OpenReferee Specification.
### Development setup
```
pip install -e '.[dev]'
npm ci
```### Running Test Server
```
flask run -p 12345
```### Consulting API Docs
```
npm run api-docs
```Docs available at http://localhost:5000
### Running Swagger UI (Docker required)
First, let's run the test server with CORS enabled
```
FLASK_ENABLE_CORS=1 flask run -p 12345
```Then, run the Swagger UI:
```
npm run swagger-ui
```Swagger UI available at http://localhost:5001