An open API service indexing awesome lists of open source software.

https://github.com/emeka-richard/node-express-graphql

This test enunciates the application of plain graphql in node-express.js project.
https://github.com/emeka-richard/node-express-graphql

Last synced: 5 months ago
JSON representation

This test enunciates the application of plain graphql in node-express.js project.

Awesome Lists containing this project

README

          

# node-express-graphql
This test enunciates the application of plain graphql in node-express.js project.

Node runtime/Express.js application.
1. Framework: Express.js
2. Database: GraphQL - *GraphiQL*
3. Non-RESTful APIs

# Project all about?
1. Built a node/express.js server that runs graphql by enabling #graphiql#
2. Performed CRUD operation for non-RESTful apis on plain graphql without Apollo framework

# Relevance?
1. Projects like e-commerce, other projects that do not necessarily need constant heavy lifting of data from the database.