A Spring Boot Application which displays curated news articles to users.
Link: Heroku OR https://newzfeed.herokuapp.com/
- Displays headlines on homepage
- Articles are segregated into different categories.
- Search articles using keywords in search bar.
- User can also sign up in the appliation.
- For signed up users:
- Users can subscribe to different categories
- A new link in which articles of categories the user is subscribed to, will be displayed.
- Import the project in your IDE.
- Fill up the appropriate credentials in application.properties
- DataSource Configurations
- News API key. (if not present then generate one for free at News API)
- Facebook and Google OAuth credentials. (required for OAuth login)
- Run the project