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.
- Host: GitHub
- URL: https://github.com/emeka-richard/node-express-apollo-framework-graphql
- Owner: emeka-richard
- Created: 2023-07-28T00:12:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T00:20:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T17:41:30.055Z (5 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.