This RSS reader was created using
- Python
- Django (1.11.5)
- React (16.3.1)
- Bootstrap
- JQuery (Ajax)
DEMO - http://13.127.3.149/
This project was developed and tested on the following versions
Python version - 3.6.1
PIP version - 9.0.1
Node version - 9.10.1
NPM version - 5.6.0
- Install python packages from the requirement.txt provided.
- Update static files absolute path in the settings.py.
- Install React and other NPM packages from the package.json provided.
- Compile the bundle using the following commands
cd static/
npm run-script build
If there are any case thise are not documented, Feel free to open an issue :)