Skip to content

Ditectrev/Practice-Exams-Platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪 Practice Exams Platform


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.



Contributors Issue PRs
Project license Stars

Explanations

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 ollama/ollama#707.

🌟 Features

  • Question sets scrapped from this repo.
  • Correct answer displayed for each question.
  • Practice mode & Exam mode.

🌱 Getting Started

Clone the repository:

git clone https://github.com/Ditectrev/Practice-Exams-Platform.git

Install dependencies:

npm install

Enable Git hooks:

npm run prepare

Run the app:

npm run dev

Open your browser and navigate to http://localhost:3000.

Star History

Star History Chart

👥 Contributing

I welcome feedback and contributions from other developers, which can help improve the quality of the code and the application overall.

In order to create an issue or a pull request with your changes, please read our contribution guidelines, and thank you for being involved!

There is also a Discussion tab

For a full list of all authors and contributors, see the contributors page.

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.