This is a simple Python/Falcon application intended to provide a working example of searching EMBL database ensembl_website_97.
Run the following commands
- docker build -t embl .
- docker run -p 80:8080 embl
The service will start to listen on port 80 inside the Vagrant machine
- Login to the
embl
docker container - Run the command
python -m unittest test/api_test.py
Please go to http://localhost:8080/swagger
to find more about the API documentation.
Since its a simple REST API. I have not included GraphQL.