Skip to content

Ndevu12/Apollo-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollo GraphQL Server

This repository contains a simple GraphQL server created for learning purposes.

Description

The Apollo GraphQL Server is a lightweight server that allows you to interact with a GraphQL API. It provides a simple and intuitive way to define your data schema and resolvers, making it easy to build and test GraphQL APIs.

Features

  • Simple and easy-to-understand codebase
  • GraphQL schema definition
  • Resolvers for handling queries and mutations
  • Integration with Apollo Server

Getting Started

To get started with the Apollo GraphQL Server, follow these steps:

  1. Clone the repository: git clone https://github.com/Ndevu12/apollo-graphql-server.git
  2. Install the dependencies: npm install
  3. Start the server: npm dev
  4. Open your browser and navigate to http://localhost:4000 to access the GraphQL Playground.

Remember to setup .env variables.

Usage

The Apollo GraphQL Server provides a GraphQL API with the following features:

  • Querying data: Use GraphQL queries to retrieve data from the server.
  • Mutating data: Use GraphQL mutations to create, update, or delete data on the server.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published