Skip to content

The quizzer application that allows an user to composing and doing a testing online.

License

Notifications You must be signed in to change notification settings

thangchung/quizzer

Repository files navigation

Quizzer

Go Report Card WTFPL License

Quizzer is very much a work in progress

The quizzer application that allows an user to composing and doing a testing online.

Run in local development

  • Make sure you have golang and nodejs are installed in your box.
  • npm install for installing quizzer's necessary libs
  • npm run build for building and watching the client development.
  • npm start for running the web server and booting up the quizzer.

Run in Docker environment

  • npm install
  • npm run build
  • docker build -t thangchung/quizzer .
  • docker run -p 6868:6868 -d thangchung/quizzer

About

The quizzer application that allows an user to composing and doing a testing online.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published