Shannon Medlin's profile

Coding Challenge - Python Flask Feed Reader & API

Coding Challenge: Bermi #1
Python Flask Front & Back End API


Built Feed Reader Front and Backend and published to github repo: bermi_challenge_1

Code Challenge for Bermi Back End Engineer Position via codefor.cash

Demo
Web UI Pages:
 - Home (index) - All of today's (Arizona time zone) entries from all subscriptions
 - Subscriptions - List of Subscriptions
 - Subscription Page - List of Entries for a Single Subscription

API
 - {Base_url} - List of Subscriptions
 - {Base_url}/all - List of All Subscriptions with their Entries
 - {Base_url}/{sub_id} - Single Subscription Information
 - {Base_url}/{sub_id}/entries - Single Subscription's Entries

Technology
Built with Python and the following libraries
 - feedparser==5.2.1
 - Flask==1.0.2
 - pytz==2019.1
 - Flask-Bootstrap==3.3.7.1
 - Flask-Moment==0.7.0
 - Flask-Script==2.0.6
Coding Challenge - Python Flask Feed Reader & API
Published:

Owner

Project Made For

Coding Challenge - Python Flask Feed Reader & API

Python Flask App & Backend API for reading and processing a list of RSS Feeds

Published: