Skip to content

FAIR-CA-indicators/fair-ca-indicators-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published