A graphql api using node, express, and mongodb for a micro social network of one
npm install && npm start
npm run debug
This api uses graphi-ql and is available on port 8080 of localhost
localhost:8080/api?
├───data/
│ ├───dbConnectors.js
│ ├───resolvers.js
│ └───schema.js
├───.babelrc
├───.gitignore
├───index.js
├───package-lock.json
├───package.json
└───readme.md