Code Monkey home page Code Monkey logo

darkhold's Introduction

Darkhold [Beta version ready]

An online portal, which has provision to create and host quiz, inspired by `kahoot`. Additional feature is the provision of remote users to participate in the quiz.

Author

๐Ÿ‘ค Suraj Muraleedharan

๐Ÿ‹ Docker

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. If you contribute please commit to a new branch and explain details in your pull request not in your commit.

Remember to abide by our adapted from Contributor Covenant 1.3 Code of Conduct too

Show your support

Give a โญ๏ธ if this project helped you!

Screenshots

Please head over to Wiki

Features

For system requirements, installation guides, as well as other documentation, please head over to Wiki.

darkhold's People

Contributors

renovate-bot avatar renovate[bot] avatar surajcm avatar vinanrra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

darkhold's Issues

DockerHub Image broken

I started the docker image with
docker run
--name Darkhold
--restart unless-stopped
-v "./Darkhold/db:/tmp/db"
-p 8181:8181/tcp
surajcm/darkhold

. It somehow started to download gradle? After signing up with test test I get a lot of errors that EL1004E: Method call: Method getUsername() cannot be found on type java.lang.String

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update eclipse-temurin Docker tag to v21.0.3_9-jdk
  • Update gradle/wrapper-validation-action action to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
Dockerfile
  • eclipse-temurin 21.0.2_13-jdk
github-actions
.github/workflows/build.yml
  • actions/checkout v4
  • actions/setup-java v4
  • gradle/wrapper-validation-action v2
gradle
gradle.properties
settings.gradle
build.gradle
  • gradle.plugin.com.github.spotbugs:spotbugs-gradle-plugin 2.0.0
  • org.springframework.boot 3.2.3
  • io.spring.dependency-management 1.1.4
  • net.ltgt.errorprone 3.1.0
  • com.github.spotbugs 6.0.8
  • de.aaschmid.cpd 3.3
  • org.sonarqube 4.4.1.3373
gradle/dependencies.gradle
  • com.google.errorprone:error_prone_core 2.25.0
  • com.google.errorprone:javac 9+181-r4173-1
  • org.apache.poi:poi-ooxml 5.2.5
  • org.apache.commons:commons-lang3 3.14.0
  • com.h2database:h2 2.1.214
  • org.dizitart:nitrite 3.4.4
  • org.powermock:powermock-api-mockito2 2.0.9
gradle/staticCodeAnalysis.gradle
  • checkstyle 10.14.0
  • pmd 6.55.0
  • jacoco 0.8.11
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.6

  • Check this box to trigger a request for Renovate to run again on this repository

Updated project

Hii, Have you implemented the changes now? I mean the user management and quiz management tab. And also I am unable to select the options in the quiz.

Can you please help?

General Improvements

Is there a way to only show the user that just join the challenge instead of all users that played/register?

imagen

And when I choose a challenge doesn't show the correct questions and its showing me always the same question:

imagen

And I have chosen my own question but isn't working :/

Excel template ?

hello,
i'm using docker.
i'm getting this error when i try to upload the excel file, what's wrong ?

at java.lang.Thread.run(Thread.java:831) [?:?]

2023-11-22 11:10:01.020 INFO  [http-nio-8181-exec-1] {transactionId=3cc49a47-ee6c-4a93-b979-a1cee063ece9} : c.q.d.c.c.ChallengeController: Received incoming traffic and redirected to upload_pdf
2023-11-22 11:10:01.020 INFO  [http-nio-8181-exec-1] {transactionId=3cc49a47-ee6c-4a93-b979-a1cee063ece9} : c.q.d.c.c.ChallengeController: title : test, description : test
2023-11-22 11:10:01.021 INFO  [http-nio-8181-exec-1] {transactionId=3cc49a47-ee6c-4a93-b979-a1cee063ece9} : c.q.d.c.c.ChallengeController: File details getOriginalFilename : test2.xlsx, getSize : 9092}
2023-11-22 11:10:01.048 ERROR [http-nio-8181-exec-1] {transactionId=3cc49a47-ee6c-4a93-b979-a1cee063ece9} : o.a.j.l.DirectJDKLog: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: No enum constant com.quiz.darkhold.challenge.entity.Options.Correct Answer] with root cause

i tried these 2 templates, and i get the same error :
image

image

Thank you for your help

Does it run on RasPi?

Hi!
I tried your kahoot-clone inside a Windows Hyper-V virtual machine and is runs fine so far.
Now I try to figure out, if it runs on a Raspberry Pi 4 and run into problems.

docker ps says: STATUS Restarting (1) 4 seconds ago..... and I can't access the service wit http://my-local-ip-addr:8181 as I was able to when it runs inside the Hyper-V machine.

Am I right? Is there a way of getting it to run on a Pi?
Thx in advance

Greeting
-Stefan

Excel format

Which it's the format of the Excel, and can you upload an Excel example?

Error with new changes in Docker container

I'm getting errors with the database creation/migration, I'm not sure but here is the full log:

Darkhold_logs.txt

This is repeating multiple times:

SQL State  : 42S22
Error Code : 42122

The Docker container should be working unless Darkhold need new requirements.

I thought that was a problem with Volume permissions and seems like there is no issue in the Docker image, so seems to be internal (code?).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.