https://github.com/jadebloom/flashcards-api
Flashcards API - is a RESTAPI backedn application, built on Java, Spring Boot, and H2. It provides an opportunity to create, manage, and store flashcards securely and robustly.
https://github.com/jadebloom/flashcards-api
api flashcards h2 java restapi spring spring-boot
Last synced: 5 months ago
JSON representation
Flashcards API - is a RESTAPI backedn application, built on Java, Spring Boot, and H2. It provides an opportunity to create, manage, and store flashcards securely and robustly.
- Host: GitHub
- URL: https://github.com/jadebloom/flashcards-api
- Owner: jadebloom
- License: mit
- Created: 2025-11-29T02:54:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-02T02:51:16.000Z (7 months ago)
- Last Synced: 2025-12-03T11:55:13.097Z (7 months ago)
- Topics: api, flashcards, h2, java, restapi, spring, spring-boot
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flashcards API
Flashcards API - is a RESTAPI backend application, built on Java, Spring Boot, and H2. It provides an opportunity to create, manage, and store flashcards securely and robustly.
It allows users to add, edit and delete their own flashcards for learning. The application is quite simple, created for learning purposes. Therefore certain aspects, such as AAA, are omitted on purpose.
Flashcards API was brought using Java, Spring Boot, H2, and tested using Spring Boot's testing utilities.