You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link to deployed version: http://ticket-trackr.surge.sh/ * This is still janky - it makes the API call but sometimes it is too slow and sends an empty results array until it completes and so I have to work on continuously calling that until it's fulfilled. Also, didn't get suggestive search working yet for airport input elements and while the Origin country is working in dev, it's not working in deployment somehow.
Student Name: Logan
Project Name: Ticket Trackr
Link github repo(s):
Front: https://github.com/LoganLeopold/Ticket_Trackr_FrontEnd
Back: https://github.com/LoganLeopold/Ticket_Trackr_BackEnd * Edit: I'm no longer really using this for now. I will use Python/Django to link a database for use with my user models when they come, but after seeing how little Django async help there was (or at least finding little) i just decided to go axios since I could get an MVP out.
Link to deployed version: http://ticket-trackr.surge.sh/ * This is still janky - it makes the API call but sometimes it is too slow and sends an empty results array until it completes and so I have to work on continuously calling that until it's fulfilled. Also, didn't get suggestive search working yet for airport input elements and while the Origin country is working in dev, it's not working in deployment somehow.
References/Credits:
https://medium.com/@zoltankohalmy/react-and-django-57f949b0f012 - referenced as I was developing understanding React <—> Django
https://medium.com/@dakota.lillie/django-react-jwt-authentication-5015ee00ef9a - building dependencies and connectivity of auth/react to django - text in settings, serializers
https://scotch.io/tutorials/build-a-to-do-application-using-django-and-react - leaned on this heavily for some connection points
https://www.django-rest-framework.org/ - clearly a huge help
https://www.fusionbox.com/blog/detail/create-react-app-and-django/624/ - helped reinforce need for proxy (if indeed that was the fix - I’m still not sure lol)
https://simpleisbetterthancomplex.com/tutorial/2018/02/03/how-to-use-restful-apis-with-django.html - really helpful Django REST API Article
https://stackoverflow.com/questions/43927944/pass-data-from-django-view-to-react - for understanding how views play into getting data to React
protecting API keys in Django
https://medium.com/@stschindler/one-django-settings-py-to-rule-them-all-dac2f6be8159
https://stackoverflow.com/questions/44693485/where-do-i-set-environment-variables-for-django
https://www.youtube.com/watch?v=5iWhQWVXosU
https://www.youtube.com/watch?v=R0hpSIPqZek
https://stackoverflow.com/questions/48699820/how-do-i-hide-api-key-in-create-react-app - protecting API keys React
https://curl.trillworks.com/#python - request conversion from curl syntax
https://stackoverflow.com/questions/48367998/passing-event-and-props-from-child-to-parent-in-react - handling events through parent/child relationships
d0224781a3d6153648f04251c97c3db7
axios/axios#86 - working on CORB issues
https://medium.com/@voonminghann/when-to-use-callback-function-of-setstate-in-react-37fff67e5a6c - callback after setstate
https://stackoverflow.com/questions/49011570/how-to-format-get-and-format-date-in-datepicker-in-material-ui-react - converting time formats
https://stackoverflow.com/questions/49383590/react-set-default-value-for-select - react default state settings
The text was updated successfully, but these errors were encountered: