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.
- Clone this repository:
git clone https://github.com/mateolafalce/hacker5news.git
cd hacker5news- Run with Docker Compose:
docker compose up- Access the application:
http://localhost:3000
- Clone this repository:
git clone https://github.com/mateolafalce/hacker5news.git
cd hacker5news- Compile & Run
cargo run --release- Look at localhost
http://localhost:3000
This project is open source and available under the MIT License.
- Hacker News API for providing the data
- Axum for the excellent web framework
