Simple game. Spend coins to spin the wheel, spin the wheel to get coins. Based on Django Rest Framework, ReactJS.
-
Clone the Repo:
git clone https://github.com/polubil/WheelOfFortune cd ./WheelOfFortune/ -
Create and activate venv:
python -m venv venv ./venv/Scripts/activate -
Install python requirements:
pip install -r .\requirements.txt -
Make migrations and migrate:
python manage.py makemigrations python manage.py migrate -
Run server:
python manage.py runserver
Congratulations! Now you can visit http://localhost:8000/, get registered or sign in via VK.com and enjoy!

