Skip to content

A graphql api using node, express, and mongodb for a micro social network of one

Notifications You must be signed in to change notification settings

WilliamJefferies/social-graph-que-ell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Graph Que Ell (WIP)

A graphql api using node, express, and mongodb for a micro social network of one

Getting Started

Install & Start

npm install && npm start

Debug

npm run debug

Documentation

This api uses graphi-ql and is available on port 8080 of localhost

localhost:8080/api?

Project Structure

├───data/
│   ├───dbConnectors.js
│   ├───resolvers.js
│   └───schema.js
├───.babelrc
├───.gitignore
├───index.js
├───package-lock.json
├───package.json
└───readme.md

About

A graphql api using node, express, and mongodb for a micro social network of one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published