Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kool-cool/mad-i
- Owner: Kool-Cool
- License: mit
- Created: 2024-05-20T06:26:56.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:51:46.000Z (5 months ago)
- Last Synced: 2024-07-21T16:02:48.187Z (4 months ago)
- Language: Python
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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