Skip to content

Latest commit

 

History

History
59 lines (51 loc) · 1.48 KB

README.md

File metadata and controls

59 lines (51 loc) · 1.48 KB

Customizable News Aggregator App

Description

Customizable News Aggregator App is a web application that allows users to access real-time news from around the world and customize its preferences.

Features

  • Real-time news from various international sources.
  • Filter by categories (sports, technology, politics, etc.).
  • Custom news search.
  • User-friendly interface.

Technologies Used

  • Frontend: React, Redux
  • Backend: Node.js, Express
  • Database: MongoDB
  • Caching: Redis
  • API: News API

Installation

  1. Clone the repository:
git clone https://github.com/Leandro096/news-chanllenge.git
  1. Navigate to the project directory:
cd news-chanllenge

Usage

  1. Start the backend server:
cd news-chanllenge/server
npm install
npm run dev
  1. Start the frontend application:
cd news-chanllenge/client
npm install
npm run dev
  1. Ensure Redis is running:
redis-server
  1. Open your browser and go to http://localhost:5173.

Contribution

  1. Fork the project.
  2. Create a new branch (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push your changes (git push origin feature/new-feature).
  5. Open a Pull Request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Contact

For any inquiries or suggestions, please contact [email protected].