Website made for a small FIFA tournament to be hosted on a local area network
Django backend and Vue for the frontend compiled using webpack to be served by the Django server
- Find local ipv4 address
- Change
base_urlto build at the same ipv4 address invue.config.js - Run
npm run build - Run
npm run serve - Open a new terminal for the Django Server and run it using the ipv4 address
manage.py runserve [ipv4 address here]
- Undo result method
- More interaction pages like the Poll
- Mobile optimising
- Host photos online for the player profiles
- Shop page