Skip to content

SponsorArc is a web application that allows content creators and brands to manage the inner workings of deals, such as the scope of work, deliverables, and payment.

Notifications You must be signed in to change notification settings

JuanVMaya/sponsorarc

Repository files navigation

SponsorArc

💻 Installing / Getting Started:

Development:

  • Clone repo => git clone repo-url
  • Go into porject directory (sponsoarc or sponsorarc-api for the backend):
cd sponsorarc 

or:

cd sponsorarc-api
  • Install dependencies
npm install
  • Start the development server =>
npm run dev
  • Create a YouTube Data API key through Google Cloud console and your Google account. For demo purposes, please feel free to contact me directly. I can provide a working API key if it is easier for you. This should be added in the .env file. A sample.env has been provided.
  • You will also need to run the migrations and the seeds in knex to set up the database schemas and seed data.
[npx] knex migrate:latest
[npx] knex seed:run

📝 Description

Web application that lets content creators connect with sponsor brands. Brands will have the ability to showcase their products to the correct audience though creators. The app is destined for content creator and brands of any kind or industry.

From the content creator side, the can browse through deals/contracts. From the brand perspective, they will receive recommended creators that suit the services/product they are trying to showcase. There is a special consideration given that there are two types of users a brand and a creator.

📸 Screenshots (Presentation):

  • The Problem

image

  • Home Page

image

  • My Deals Page

image

  • Browse Creator

image

Next Steps

  • Adding user preferences and filtering based on induDstry
  • Adding authentication
  • Adding ability to pay a creator
  • Support more content creator platforms (i.e. TikTok, Twitch, etc).

🛠 Tech Stack

image

License

MIT

About

SponsorArc is a web application that allows content creators and brands to manage the inner workings of deals, such as the scope of work, deliverables, and payment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published