Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golu7667/graphql_project
Graphql Crud Operation Project
https://github.com/golu7667/graphql_project
graphql graphql-client graphql-server
Last synced: 28 days ago
JSON representation
Graphql Crud Operation Project
- Host: GitHub
- URL: https://github.com/golu7667/graphql_project
- Owner: Golu7667
- Created: 2024-04-25T04:48:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:46:02.000Z (6 months ago)
- Last Synced: 2024-10-11T13:02:26.222Z (28 days ago)
- Topics: graphql, graphql-client, graphql-server
- Language: JavaScript
- Homepage: https://graphql-project-ochre.vercel.app/
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
GraphQL Playground: Empowering Data Management with Flexible CRUD Operations
## Table of Contents
- [Project Overview](#project-overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Getting Started](#getting-started)
- [Installation](#installation)
- [Running the Application](#running-the-application)
- [Usage](#usage)
---## Project Overview
Welcome to graphl_project, a GraphQL-based CRUD application designed to provide a flexible and efficient way to manage data operations. This project aims to demonstrate how GraphQL can streamline data interactions by offering a powerful alternative to traditional API architectures.
---
## Features
- **GraphQL CRUD Operations**:
- **Create**: Implement the ability to create new resources through GraphQL mutations.
- **Read**: Retrieve data from the server using GraphQL queries.
- **Update**: Update existing resources via GraphQL mutations.
- **Delete**: Delete resources from the server using GraphQL mutations.
- **GraphQL Schema**: Define GraphQL types and operations to facilitate CRUD functionality.## Technologies Used
List the technologies and frameworks used in your project.
- Node.js
- Express.js
- GraphQL
- React
- Apollo Client
- MongoDB---
## Getting Started
Below are the instructions for setting up and running the project locally:
### Installation
#### 1.Clone the repository - git clone https://github.com/Golu7667/graphql_project
#### 2.Navigate to the Project Directory -cd graphql_project
#### 3.Install Dependencies-
1.Frontend Dependencies-cd client && npm install
2.Backend Dependencies-cd server && npm install### Running the Application
1. start clinet -cd client && npm start
2. start server -cd server && node index.js
## UsageProvide instructions for how to use my application. Include any relevant information about interacting with the GraphQL API or using the React client.