Skip to content

mongodb-developer/srsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spaced Repetition System Flashcard

This simple API exposes some endpoints to add Decks and Cards so language learners can expand their vocabulary reviewing the cards captured. The cards are stored in a MongoDB database. This uses SRS, Spaced Repetition System to ask show cards at optimal intervals.

This is the companion code to the post published at Foojay here: https://foojay.io

Backend

  • Java 17
  • Spring Boot
  • MongoDB

Frontend

  • React

Running the app

Using Docker / Visual Studio Code / Dev Containers

  • clone this repo
  • install Docker
  • open this repo using Visual Studio Code
  • install the Dev Containers extension
  • from the command palette, run: Dev Containers: Open Folder in Container

Running on GitHub Codespaces

  • click on Code
  • click on Codespaces
  • create a new codespace

About

Java Spring Boot SRS Flashcard app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors