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

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

This test enunciates the application of Apollo as a graphql framework in a node-express.js project.
https://github.com/emeka-richard/node-express-apollo-framework-graphql

Last synced: 3 months ago
JSON representation

This test enunciates the application of Apollo as a graphql framework in a node-express.js project.

Awesome Lists containing this project

README

        

# node-express-Apollo-framework-graphql
This test enunciates the application of Apollo as a graphql framework in a node-express.js project.

Node runtime/Express.js application.
1. Framework: Express.js
2. Database: GraphQL - *Apollo as a graphql framework*
3. Non-RESTful APIs

# Project all about?
1. Built a node/express.js server that runs graphql by enabling #Apollo# as a graphql framework, to introduce additional features & flexibilities
2. Proper setup of Apollo in a node/express runtime environment
3. Performed CRUD operation for non-RESTful apis with the use of Apollo framework

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