The project uses both frontend and backend testing. The backend uses Django's built-in testing framework, while the frontend uses Vitest.
To run all the tests, run the following command in the backend
directory of the project:
docker-compose run tutorai python manage.py test flashcards
To run all the tests, run the following command in the frontend
directory of the project:
npm run test