Paqt Capstone Project
Simulated a working experience involving sprint cycles, weekly meetings, and sprint reports.Integrated various platforms into the current existing platform of Paqt which is a document management system.Implemented the Google API into the platform:Allowed a user to sign in with their Google account and create a profile using their Google information.Allowed a user to sync their Google calendar into the Paqt application, where we would then add or delete events to their calendar, such as scheduling a meeting between two users.Accessed the Google Oauth 2.0 endpoint to initiate the flow and bring the user to the consent screen. Once accepted we would receive an authentication code, which was then sent back to Google in exchange for a token used to call the API.Utilized the Google Cloud Console to create API keys, establish redirect URIs, and authenticate test users.