Hi guys, could someone point me to any docs that explain how to configure a self-hosted app with an existing MySQL db? I've been looking everywhere but haven't been able to find anything that explains it.
i
iamclaytonray
11/21/2017, 12:31 PM
It’s really hard to document that because running GC + whatever else on your own infrastructure can vary so greatly. A very simple example could be a simple node/express server that connects to a my SQL database. Then just combine GC and you’re off to a good start
👍 1
r
rohit
11/21/2017, 3:44 PM
@iamclaytonray, is there an example of combining GC with a node/express server? I saw the typescript-gateway-custom-schema example, but that's just wrapping an already deployed GC app.
i
iamclaytonray
11/22/2017, 1:26 AM
Not that I know of. In reality, you could just create a new express server and run the GC CLI
iamclaytonray
11/22/2017, 1:27 AM
I will show you what I mean. Give me about an hour for a very simple, very contrived app