Skip to content

lecahipe/Spinwheel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Spin the wheel http://127.0.0.1:8000/wheel/spin/
  2. Django Admin http://127.0.0.1:8000/admin/
  3. Spin wheel user API:http://127.0.0.1:8000/wheel/spin/create/

About

Spin the wheel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors