Welcome to Trivia applicaiton! Here, we can explore diverse questions by users. The main functions are:
- Display questions - both all questions and by category. Questions should show the question, category and difficulty rating by default and can show/hide the answer.
- Delete questions.
- Add questions and require that they include question and answer text.
- Search for questions based on a text query string.
- Play the quiz game, randomizing either all questions or within a specific category.
We started the full stack application for you. It is desiged with some key functional areas:
The ./backend directory contains Flask and SQLAlchemy server
The ./frontend directory contains React frontend to consume the data from the Flask server.