Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 394 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 394 Bytes

CyaAPI

An API for spaced repetition learning using SM-2 algorithm, built in FastAPI.

Motivation

The goal was to create a tool to track my spaced reptition learning, using FastAPI, SQLAlchemy, PostgreSQL and my package SuperMemo2.

Run the API

./start.sh

Run the tests

Note: install pytest using pip.

pytest