Skip to content

wasi-m/rss_reader

Repository files navigation

Rss-Reader

A simple RSS Reader using Python Django

RSS-Reader is a web based platform that allows users to get the live rss feed from the entered URL.

Users can Enter the link on https://rssreaderdemo.herokuapp.com/ and the get the list of all feeds. Then Users can also click on individual feed to get the details of feed.

Project Details

  • Backend - Python/Django
  • Database - SQLite3 (Not Used)
  • Frontend - Bootstrap, HTML, CSS, JavaScript, Jquery (Free package from creative tim)
  • Hosted on - Heroku
  • website - https://rssreaderdemo.herokuapp.com/

Setup Project

  1. Create a virtual environmnet and activate
$ virtualenv venv
$ source venv/bin/activate
  1. Clone Project from https://github.com/wasi-m/rss_reader.git
$ git clone https://github.com/wasi-m/rss_reader.git
  1. Install all project dependency from requirements.txt file
$ pip install -r requirements.txt
  1. Go to project folder and run the Django makemigrations and migrate
$ python manage.py makemigrations
$ python manage.py migrate
  1. Go to project folder and run Django development server
$ python manage.py runserver
  1. Open http://127.0.0.1:8000 in browser

Future Scope

  1. Creating Users for tracking and saving the RSS links.
  2. Bookmarking the RSS feeds.

About

Simple Rss Reader django application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published