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.
- Host: GitHub
- URL: https://github.com/emeka-richard/node-express-graphql
- Owner: emeka-richard
- Created: 2023-07-28T00:07:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T00:20:28.000Z (over 2 years ago)
- Last Synced: 2025-03-20T19:37:27.102Z (10 months ago)
- Language: JavaScript
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.