https://odds-and-events.onrender.com/oddsAndEvents/index
artifact documents/JHWKGO-Gr1-08.pdf
- Clone the GitHub repo
$ git clone https://github.com/tomm3hgunn/Jayhawk-Go.git
-
Then create and modify the .env file according to the shared directions.
-
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
- Finally, in a web browser go to http://127.0.0.1:8000/oddsAndEvents/index to nagivate the web application.