Rather than having to set up a complete local environment, it should be possible to specify a docker configuration with 3 containers:
Web (runs the webpage)
API (runs the functions)
DB (runs the mongodb instance)
Configuring the connection from Web to API might be tricky. Or maybe instead it can run with netlify dev in a single container. Will need some investigation.
Rather than having to set up a complete local environment, it should be possible to specify a docker configuration with 3 containers:
Configuring the connection from Web to API might be tricky. Or maybe instead it can run with
netlify dev
in a single container. Will need some investigation.