TODO:
- 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
Run Server
> python -m server.run
Run Client
> cd client
> npm run dev
Test server endpoints
> python -m client.test