Spin the wheel Repo
JS and Django Prototype
To install After cloning the repository, make sure you are in "Spinwheel" folder then run:
docker build -t spinwheel .
To start the app (django runserver)
docker run -it -p 8000:8000 spinwheel
then you can go to http://127.0.0.1:8000/
To run migrations
docker exec -it spinwheel python manage.py migrate
To create other user
docker exec -it spinwheel python manage.py createsuperuser
Links inside the app
- Spin the wheel http://127.0.0.1:8000/wheel/spin/
- Django Admin http://127.0.0.1:8000/admin/
- Spin wheel user API:http://127.0.0.1:8000/wheel/spin/create/