Skip to content

LI3DS/api-li3ds

Repository files navigation

LI3DS API

Build status of the master branch Package license

Api for accessing metadata of a li3ds datastore.

Ensure you have graphviz and python3-dev as system dependencies

  • Create your virtualenv

  • Install dependencies (dev):

    pip install -e .[dev,doc]
    
  • Install dependencies (prod):

    pip install .[prod]
    
  • (dev) Duplicate the conf/api_li3ds.sample.yml to conf/api_li3ds.yml and adapt parameters

  • (dev) Launch the application using:

    python api_li3ds/wsgi.py
    
  • (dev) Go to https://localhost:5000 and start to play with the API

https://raw.githubusercontent.com/LI3DS/api-li3ds/master/screen-api.png