- Add methods to select, indesrt, update and delete from the auxilliary tables
- Create minimal cli to perform said actions and create flashcard test
- Create table(s) to collect scores about words - how many times practised (how many times right, how many times wrong)
- Create unit tests for server endpoints and Service methods and database query functions
> python -m server.run
> cd client
> npm run dev
> python -m client.test