[go: nahoru, domu]

Skip to content

A Spring Boot Application which displays curated news articles to users.

Notifications You must be signed in to change notification settings

SujanKumarMitra/newzfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo Newzfeed App

A Spring Boot Application which displays curated news articles to users.
Link: Heroku OR https://newzfeed.herokuapp.com/

Features

  1. Displays headlines on homepage
  2. Articles are segregated into different categories.
  3. Search articles using keywords in search bar.
  4. User can also sign up in the appliation.
  5. For signed up users:
    1. Users can subscribe to different categories
    2. A new link in which articles of categories the user is subscribed to, will be displayed.

To run

  1. Import the project in your IDE.
  2. Fill up the appropriate credentials in application.properties
    1. DataSource Configurations
    2. News API key. (if not present then generate one for free at News API)
    3. Facebook and Google OAuth credentials. (required for OAuth login)
  3. Run the project