I made the initially used flask backend for the tech cone site while we were initally building with react which can be found here: https://github.com/B3TechCone/TechConeSite/tree/React-Setup/API One big addition I did was to refactor the site from react and flask to only using Django. These changes can be found on the "Django-Refactor-Integration" branch here: https://github.com/B3TechCone/TechConeSite/tree/Django-Refactor-Integration/DjangoTechCone After refactoring this code i created an artrifact wehre I wrote a readme so that my team would be able to easily test the site after the refactor: https://github.com/B3TechCone/TechConeSite/blob/Django-Refactor-Integration/DjangoTechCone/DjangoREADME.md