An open API service indexing awesome lists of open source software.

https://github.com/wastech/graphql-springboot

A Spring Boot GraphQL API for managing notes with basic CRUD operations.
https://github.com/wastech/graphql-springboot

java postgresql spring-boot spring-data spring-graphql spring-graphql-api

Last synced: about 2 months ago
JSON representation

A Spring Boot GraphQL API for managing notes with basic CRUD operations.

Awesome Lists containing this project

README

          

# Note App API

A Spring Boot GraphQL API for managing notes with basic CRUD operations.

## 🚀 Features

- Create, read, update and delete notes
- GraphQL API endpoints
- Spring Boot backend
- JPA/Hibernate persistence

## 🛠️ Tech Stack

- Java 21
- Spring Boot
- GraphQL
- Spring Data JPA
- PostgreSQL