Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marekzelinka/hacker-news-search-app

Search Hacker News
https://github.com/marekzelinka/hacker-news-search-app

express hackernews-clone nodejs pug redis

Last synced: 14 days ago
JSON representation

Search Hacker News

Awesome Lists containing this project

README

        

# Hacker News Search App

This is a simple demo of an app that searches Hacker News' top stories. I've created it while learning how to setup Redis and Node.js.

![Hacker News Search Application](screenshot.png)

## 🟢 Prerequisites

You must have Node.js and npm installed on your machine. This project was built against the following versions:

- Node.js v16.14.0.
- npm v8.3.1.

## 📦 Getting started

- Clone this repo to your machine

```shell
git clone https://github.com/betterstack-community/hacker-news
```

- `cd` into the project folder and run `npm install` to download dependencies.
- Execute the command below to start the development server:

```shell
npm run dev
```

- Visit http://localhost:3000 in your browser.

## Credits

- **Tutorial**: [How to Build a Node.js Application with Express and Pug](https://betterstack.com/community/guides/scaling-nodejs/build-nodejs-application-express-pug).

## âš– License

The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).