Open ShehriyarShariq opened 2 years ago
Good idea Sheriyar, I'll add to that since Django has wide adoption and a strong community.
does it run on Github pages
Yes, sir. It would be a simple API call. Github pages does have support for AJAX and it allows calls over HTTPS.
but the page needs to be hosted somewhere else ?
The API can be hosted for free on https://www.pythonanywhere.com/ . It also provides free HTTPS support.
great, you can begin by creating the form first.
On Thu, Mar 3, 2022 at 6:33 PM Shehriyar Shariq @.***> wrote:
The API can be hosted for free on https://www.pythonanywhere.com/ . It also provides free HTTPS support.
— Reply to this email directly, view it on GitHub https://github.com/CS334SEECS/nust-financial-reward/issues/7#issuecomment-1058045689, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEOJI5LDKCT7JJ72OGTFKDU6C5TLANCNFSM5PZ4X35Q . You are receiving this because you commented.Message ID: @.***>
Great. I can create a documentation on postman for the person who will be doing frontend, so that it's easier to coordinate. I'll also make a simple form for testing purposes.
Sir, can the backend be instead developed in Python using the Django Rest Framework?