A Ruby on Rails, React.js and GraphQL based Full Stack application which displays real-time Cyber Security related news from all around the world.
The application is hosted at: https://malnews123.herokuapp.com/
To run the application in development environment:
- Download the project and cd into it
- Run rake start
Following are the supported features:
- Loads few articles from all categories in landing page
- Loads category filtered articles under each category tab
- Supports searching keywords in title, description, author or url
- Dynamically loads more content from the database on clicking "Load More News" button
- Allows secure registration and login of users and preserves login sessions
- Provides the ability to Upvote or comment upon an article after logging in