steob92 / build-your-own-adventure-quiz

0 stars 0 forks source link

Setup quiz to question sever functionality #6

Open steob92 opened 1 month ago

steob92 commented 1 month ago

At the moment the question server is accessible but there is no defined way to actually access it. What needs to be done:

I can help with the networking but I'm unsure how the user input is parsed and handled. Perhaps @ana-lam can help?

ana-lam commented 1 month ago

Surely! So where I last left off was trying to store user input in the database so it can be accessed. The way I was doing it, which I think is the django way, is by setting up a form in forms.py which 'talks' to the data base via views.py. I'm a bit wrapped up during the day today but can re-familiarize myself with things tonight