Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Trainer

A Spring Boot web application for training memory using flashcards.

Prerequisites

  • Java 17+
  • Maven 3.9+

Running

mvn spring-boot:run

The app starts at http://localhost:8080.

Endpoints

Path Description
/decks List all decks
/decks/new Create a new deck
/decks/{id}/edit Edit a deck
/decks/{id}/cards List cards in a deck
/decks/{id}/cards/new Add a card to a deck
/decks/{id}/study Start a study session
/h2-console H2 database console (JDBC URL: jdbc:h2:file:./data/memorytrainer)

Data Storage

Uses an embedded H2 database persisted to ./data/memorytrainer. Data survives restarts.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages