#News Potal System
#Requirement
Node v14.*
#Deployment
Go to the project root
For Development (This will start server in development mode at host 'http://localhost:3000/')
- RUN yarn install
- Changing ApiKey(API_KEY) for News api if needed inside config/development.env
- RUN yarn start
For Production (This will create production build and start express server at host 'http://localhost:5000/')
- RUN yarn install
- Changing ApiKey(API_KEY) for News api if needed inside config/production.env
- RUN yarn build
#Frontend Routes
- /home
- /details
#Filters taken in consideration
- country = 'us'
- category = 'general'
These values can be changed from contants/index.js file
#News Api Endpoints used
- /v2/sources
- /v2/top-headlines
- /v2/everything