Open-source project providing free educational materials for Nepal Education Board (NEB) students. This platform hosts PDFs, images, and study resources to aid students in their studies. It includes features for generating question papers, submitting question images, and rating them based on difficulty.
- Host PDFs and images for study resources.
- Generate question papers.
- Allow users to submit questions as images.
- Rate questions based on difficulty.
- Organize questions by subjects and chapters.
- Add metadata such as question year.
- Question submission by the users.
SECRET_KEY=your_secret_key_here
SQLALCHEMY_DATABASE_URI=sqlite:///paper-guides.db
SQLALCHEMY_TRACK_MODIFICATIONS=False
DISCORD_WEBHOOK_URL=urlhere
TURNSTILE_SECRET_KEY=key_here
This project is licensed under the GPL-3.0 license - see the LICENSE file for details.