This is a web application built with Next.js, TypeScript, CosmosDB, GraphQL and TailwindCSS. The application is a quiz
that tests your knowledge of Azure fundamentals, specifically for the AZ-900 certification exam. The questions are
stored in a Cosmos DB database and retrieved using GraphQL queries. The application is deployed on Microsoft Azure.
IMPORTANT: do not delete commented out code related to CosmosDB. We might use it to store questions soon in the future instead of from the repositories. Additionally, for the same reason let's keep Azure deployment, with that, the usage of NoSQL (CosmosDB) database is practically ready after commenting out some lines of code.
It's possible to have them generated using Ollama. For installation please follow https://webinstall.dev/ollama/. Whether you want to generate explanations while running the platform on localhost, or on education.ditectrev.com it's possible. For the latter, please run OLLAMA_ORIGINS="https://education.ditectrev.com" ollama serve and refresh the https://education.ditectrev.com page. Facing 127.0.0.1:11434: bind: address already in use? Fix it using https://github.com/ollama/ollama/issues/707.