Web-based RSS reader that was made during Python courses in ITMO University.
- Python 3+
- SQLite
- SQLAlchemy
- Flask
- Flask-SQLAlchemy
- Browser that supports CSS3 (for
flexbox
)
make
The URL for client is localhost:5000
- After reload of web-server, feeds lose all their assosiations with channels. Probably DB bug.