Modern news aggregation platform built with Flask, demonstrating advanced Python web development techniques.
- User authentication system
- News article aggregation
- Personalized feeds
- RESTful API endpoints
- Responsive UI with Bootstrap
| Technology | Purpose | Version |
|---|---|---|
| Flask | Web framework | 2.0.3 |
| SQLAlchemy | ORM | 1.4+ |
| Flask-Login | Auth management | 0.5+ |
| BeautifulSoup | Web scraping | 4.10+ |
- Clone repository:
git clone https://github.com/m00n33r/ShareNews_Flask.git- Set up environment:
pip install -r requirements.txt- Run application:
flask run- Article loading: <500ms
- Concurrent users: 100+
- DB queries optimized with SQLAlchemy 2.0
- Better frontend
- Faster article load (using Redis)
Built with Python 3.13 and ❤️





