cannin / ihop-reach

A web application to access biological data extracted from biomedical literature.
https://reach.nrnb-docker.ucsd.edu
GNU Lesser General Public License v3.0
4 stars 4 forks source link

Create Docker Container for pyeve API #5

Closed cannin closed 5 years ago

cannin commented 5 years ago

To deploy the server we will use a Docker container (docker.com) to ensure we have the same environment on the development and production servers

Introduction to Docker

https://docs.docker.com/get-started/

Information on Deploying Flask (pyeve) in Docker container

https://medium.com/@gabimelo/developing-a-flask-api-in-a-docker-container-with-uwsgi-and-nginx-e089e43ed90e https://github.com/gabimelo/flask-boilerplate https://github.com/pyeve/eve/issues/1059

cannin commented 5 years ago

We will focus on GraphQL