A multiplayer web game to challenge your knowledge of English vowels.
- Developed with React, Django, and websocket.
- Supports two players to play aginst each other in real time.
Run a redis server in docker on localhost:6379
pip3 install -r requirements.txtto install the dependencies (you can also use a virtual env if you wish)- Use PyCharm or
python3 manage.py runserverto start the backend
- Install yarn
yarn installto install the dependenciesyarn startto start the frontend