Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 850 Bytes

FAIR Combine automated evaluation

Local installation

Requirements: python3.9, redis

  1. Install the requirements
python -m pip install -r requirements.txt
  1. In another terminal, run Redis
redis-stack-server
  1. Run the local server:
uvicorn app.main:app --reload

The documentation is available at http://localhost:8000/docs (in SwaggerUI format) and at http://localhost:8000/redoc (in ReDoc format)

Main page (http://localhost:8000) redirects towards the documentation in ReDoc format.

Docker installation

Requirements: Docker needs to be installed

  1. Run docker-compose
docker-compose up -d

Endpoints are accessible at http://localhost:8000.

If you have redis-cli or RedisInsight installed, the redis endpoint can be accessed at http://localhost:6379