Inspiration
The most hectic task of any event organizer is to find the suitable sponsor for its event. It is very hard for organizers to reach to many sponsors due to which some better and interested sponsor are left out. Our solution provides a platform which will make this process easy and quick.
What it does
On our platform, organizers can register their event. Organizers can also get a list of interested sponsors for the particular category of the events, whom they can contact via email. Sponsors can browse the events in their city or the city of their preference, and can contact organizers if they are interested.
How we built it
We have used HTML, CSS and JavaScript to create the front-end pages. For backend, we have used the django-framework and SQLite as the database. We've created a one-to-one relation to add some properties such as city to the Django user model. To increase the data retrieval speed from the database we have used many-to-many and one-to-one relations between different tables.
Challenges we ran into
Due to the time limit of the Hackathon, we were able to complete the front-end part, database modelling and user login/sign-up.
What we learned
We learned that, in a database if we retrieve a lot of string data, this would considerably delay the results, a solution to this could be using integers to retrieve data, for this purpose relations (many-to-many, one-to-many & one-to-one) are used between different tables of the database.
What's next for Sponsored
Currently, we provide services to only event organizers and sponsor but in future we are planning to provide event passes for the attendants of the events.


Log in or sign up for Devpost to join the conversation.