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 ollama/ollama#707.
- Question sets scrapped from this repo.
- Correct answer displayed for each question.
- Practice mode & Exam mode.
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.
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.
This project is licensed under the MIT License - see the LICENSE file for details.