The News App project allows users to view the list of news in real time. Search and filter different types of news to read.
git clone [email protected]:OlAndrey/the-news-app.git
cd the-news-app
npm i
npm run dev
-
Create a
.env
file in the backend directory-
FETCH_URL - Insert the correct connection URL for your MediaStack database
FETCH_URL : http://api.mediastack.com/v1/news?access_key=${your_api_key}
-
Open http://localhost:3000 with your browser to see the result.
- Аdd a paid subscription after exhausting viewing the number of free articles
- Аdd a subscription to new articles by mail
Reach out to me at one of the following places!
- Email at
[email protected]