https://odds-and-events.onrender.com/oddsAndEvents/index
artifact documents/JHWKGO-Gr1-08.pdf
1) Clone the GitHub repo
$ git clone https://github.com/tomm3hgunn/Jayhawk-Go.git
2) Then create and modify the .env file according to the shared directions.
3) Next, navigate to the app directory, install the requirements, perform any necessary migrations, and then run the local server.
$ cd goforless
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
4) Finally, in a web browser go to http://127.0.0.1:8000/oddsAndEvents/index to nagivate the web application.