RSS channels are defined inside constants.py file in rss django app
# cd project_root
# python3 -m venv .venv
# source .venv/bin/activate
- Install:
# cd rss_client
# npm install
- Run dev server:
# npm start
- Install:
# cd rss_server
# pip install -r requirements.txt
- Run migrations
# python manage.py migrate
- Run RSS parser
# python manage.py parserssfeeds
- Run dev server
# python manage.py runserver
- python: 3.7.0
- pip 10.0.1
- npm: 6.4.1
- node: v8.15.0