Skip to content

A web application built with Rust and Axum that fetches and displays the top 5 articles from Hacker News.

License

Notifications You must be signed in to change notification settings

mateolafalce/hacker5news

Repository files navigation

Hacker News Top 5 Articles

Preview

A simple web application built with Rust and Axum that fetches and displays the top 5 articles from Hacker News. Perfect for those who get anxious seeing too many news but don't have time to read everything.

Installation

Option 1: Using Docker

  1. Clone this repository:
git clone https://github.com/mateolafalce/hacker5news.git
cd hacker5news
  1. Run with Docker Compose:
docker compose up
  1. Access the application:
http://localhost:3000

Option 2: Build from Source

  1. Clone this repository:
git clone https://github.com/mateolafalce/hacker5news.git
cd hacker5news
  1. Compile & Run
cargo run --release
  1. Look at localhost
http://localhost:3000

License

This project is open source and available under the MIT License.

Acknowledgments

About

A web application built with Rust and Axum that fetches and displays the top 5 articles from Hacker News.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published