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.
- Host: GitHub
- URL: https://github.com/wastech/graphql-springboot
- Owner: wastech
- Created: 2024-11-01T15:31:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:49:07.000Z (over 1 year ago)
- Last Synced: 2025-02-17T01:44:12.193Z (over 1 year ago)
- Topics: java, postgresql, spring-boot, spring-data, spring-graphql, spring-graphql-api
- Language: Java
- Homepage:
- Size: 384 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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