https://github.com/skeshavaa/graphql-projects-server
Graphql-json-server for developers to store, fetch, update and delete their projects for their portfolios
https://github.com/skeshavaa/graphql-projects-server
graphql-server json
Last synced: about 2 months ago
JSON representation
Graphql-json-server for developers to store, fetch, update and delete their projects for their portfolios
- Host: GitHub
- URL: https://github.com/skeshavaa/graphql-projects-server
- Owner: skeshavaa
- Created: 2020-05-20T23:58:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T20:34:27.000Z (over 3 years ago)
- Last Synced: 2025-11-14T03:06:12.363Z (8 months ago)
- Topics: graphql-server, json
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQl JSON Server
## About
This project serves as a graphql server for developers who want to showcase their projects on their websites/portfolios.
The Schema can be modified for individual needs as well as the graphql root queries and mutations.
## Usage
Start the graphql-json server with the command: `npm run server`
If you would just like to start the JSON server to view your data locally, use: `npm run json:server`
If you would just like to start the graphql server to query and mutate your data use: `npm run dev:server`
You can run graphql queries and mutations at `localhost:4000/graphql`
You can view the actual data you have in the `data.json` file in your project or at `localhost:3000/projects`
Make sure you don't store anything too sensitive yet, as this server is **not** authenticated
Feel free to clone the repo! :)
## Pictures
### JSON Server

### Graphql Query Tool
