In browser vsCode using webcoder + templates microservices for react+Gatsby front-end, graphQL backend and Mongo database
In order to kickstart the project, you need docker (how to install) and docker-compose (how to install), then you can copy example docker-compose (contained in example_docker-compose/)
cp examples_docker-compose/standalone.docker-compose.yaml docker-compose.yaml
docker-compose up -d --build
cp examples_docker-compose/pininja.docker-compose.yaml docker-compose.yaml
docker-compose up -d --build