hello-world-graphql

Hello World GraphQL

๐Ÿ“š A repository to explore and learn GraphQL with .NET.

wakatime Maintainability Test Coverage CodeFactor GitHub license GitHub last commit Codacy Badge


About

This project demonstrates the basics of setting up and using GraphQL in .NET. It serves as a foundational example for creating robust and flexible APIs that allow clients to fetch only the data they need.


Features


Prerequisites

To get started with this repository, ensure you have:


Setup

  1. Clone the repository:
    git clone https://github.com/GuilhermeStracini/hello-world-graphql.git
    
  2. Navigate to the project directory:
    cd hello-world-graphql
    
  3. Restore dependencies:
    dotnet restore
    
  4. Run the application:
    dotnet run
    


Contribution

Contributions are welcome! Feel free to fork the repository, create a new branch, and submit a pull request with your improvements or features.


License

This project is licensed under the MIT License.