This project implements a GraphQL API using the Gin web framework and PostgreSQL as the database. The API provides basic CRUD functionality for managing users and demonstrates best practices for building scalable and modular GraphQL APIs.
Features
🚀 GraphQL API: Query and mutate data with GraphQL.
🛠️ PostgreSQL Integration: Store and manage data using a PostgreSQL database.
🛡️ Custom HTTP Responses: Handle errors and responses consistently.
🖥️ GraphQL Playground: Test and explore the API directly from the browser.
🧪 Postman Ready: Easily test the API with Postman collections.
Prerequisites
Go (v1.20+)
PostgreSQL (v12+)
Git
Installation
1. Clone the Repository
git clone https://github.com/mrandiw/go-graphql-simple.git
cd go-graphql-simple