Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kool-cool/mad-i

It's a platform to connect Sponsors and Influencers so that sponsors can get their product/service advertised and influencers can get monetary benefit.
https://github.com/kool-cool/mad-i

Last synced: 3 days ago
JSON representation

It's a platform to connect Sponsors and Influencers so that sponsors can get their product/service advertised and influencers can get monetary benefit.

Awesome Lists containing this project

README

        

# MAD-I

## Influencer Engagement and Sponsorship Coordination Platform
It's a platform to connect Sponsors and Influencers so that sponsors can get their product/service advertised and influencers can get monetary benefit.

## Frameworks and Libraries Used
- **Flask**: For application code
- **Jinja2**: For HTML templates
- **Bootstrap**: For styling
- **SQLite**: For data storage

## ER Diagram

![ER DIagram](static/MAD-I.png)

## API Endpoints
- `/api/data`: All Data

## Installation

- s1] Clone this repository and go to its directory

- s2] Install dependencies

pip install requirements.txt

- s3] Run the flask project

flask --app app.py --debug run