
A template to help you get your back-end running using GraphQL, Node/Express and PostgreSQL
The GraphQL Express PostgreSQL Starter is a convenient starter kit designed to help developers kick off their projects with ease. Built by Harvey Delaney, this project integrates GraphQL, Express, and PostgreSQL, offering a solid foundation for building robust APIs. Whether you're a seasoned developer or just starting out, this starter will streamline the initial setup process, allowing you to focus on coding rather than configuration.
By combining these powerful technologies, this starter project not only facilitates efficient data handling but also provides a flexible and modern approach to server-side development. With this starter kit, you can quickly get your application up and running while also following best practices in API design and database management.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.