Skip to content

A quiz app used to demonstrate WebSockets and Django Channels

License

Notifications You must be signed in to change notification settings

protostartup/wsquiz

Repository files navigation

WSQuiz

CircleCI
A quiz app used to demonstrate WebSockets and Django Channels in my talk Django Unchanneled.

The frontend was developed by my fellow friend Douglas Gimli. Thanks mate ❤️

Installation and Usage

Basically, using Docker.

docker-compose up -d
docker-compose run web python manage.py collectstatic

To install some demo data, use:

docker-compose run web python manage.py loaddata questions.json

After, just access your localhost and start playing. It's more fun to play with your friends, you may use ngrok to expose your local network to the Internet!

If you want to create a superuser:

docker-compose run web python manage.py createsuperuser

We also have tests! To run them:

docker-compose run web python manage.py test

About

A quiz app used to demonstrate WebSockets and Django Channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published