project-101-find-a-qt created by GitHub Classroom
A forum based web tutoring application
To launch application locally, complete the following:
- Create a virtual environment with
py -m venv envand activate it with.\env\Scripts\activate pip install -r requirements.txt- Create a postgreSQL database named "find_a_qt"
python manage.py migratepython manage.py runserver- Go to localhost:8000
Heroku Link
https://www.twilio.com/docs/chat
https://docs.djangoproject.com/en/3.0/
https://getbootstrap.com/docs/4.4/getting-started/introduction/
https://www.postgresql.org/docs/12/index.html
https://www.twilio.com/blog/tag/django
https://wsvincent.com/django-allauth-tutorial-custom-user-model/#basic-django
https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud
https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p
https://www.youtube.com/playlist?list=PLPp4GCMxKSjCM9AvhmF9OHyyaJsN8rsZK
https://www.youtube.com/watch?v=ZTBexYIIOP8
https://www.youtube.com/watch?v=Tja4I_rgspI
https://www.youtube.com/user/Max204204204 #Django tutorial series by Max Goodridge
And of course:
https://stackoverflow.com/