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

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.

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.