This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
Overview of This Release
Files submitted
- App deployed on Heroku at: https://lampsz.herokuapp.com/
- Frontend React app
- Backend Django app
- Demo Video
- Write-up for the demo video
- service.yml
- script/bootstrap
- Code coverage and maintainability
- CI and CD for app using GitHub Actions
- Architecture diagram
Progress
Since last release, we were able to complete:
- Started and finished frontend and backend for marketing task marketplace
- Started and finished frontend and backend for marketing task detail page
- actions for marketing tasks such as Apply, Delete, Close, etc.
- applicants table and integration with Spacy for similarity scoring
- Finished frontend and backend for business profile page
- Integration with YouTube
- influencer authentication using Google account
- pull data from YouTube to populate influencer profile page
Login credentials
There is no credentials required for business user as new users are expected to register an account (email field doesn't need to be a real email for this release of the app)
On the influencer side, you can either use your own Google account, or if you don't want to give the website your Google account information or you don't have a YouTube channel, you can use the following dummy Google account:
- Email:
[email protected]
- Password:
Lampsz491*2022
Changes to roadmap, architecture, or use cases
- Updated use cases:
- Switched out TikTok in favor of YouTube due to ease of integration.
- Updated stack decisions
- Removed AWS Lambda
- Updated architecture diagram and added it to this repo.