Welcome to Game Day Grill!
Need the website? Here it is: http://3.87.27.204:8000/
Need the code on your local machine? Here is how to get it:
Download the code via the big green "Code" button. Click on "Download as zip".
Once you do that, you need to unzip that file.
After, go into Command Prompt or Terminal and locate this zip file. Once you have done that, ensure that you have installed Django and Pillow by typing these commands:
pip install Djangopip install PillowAfter that, type in:
cd gamedaygrillfollowed by:
python manage.py runserverYou are done! Enjoy our website :)