Starter project for "modern" (it's gonna get old soon as JS is growing ridiculously fast).
[Attractive Keywords] : NodeJS, MongoDB, React, GraphQL, Apollo, Docker, Full stack, ES6...
Running the project :
docker-compose build
docker-compose up
Api :
cd api
yarn
yarn start:watch
Web :
cd web
yarn
yarn start