Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marekzelinka/hacker-news-search-app
- Owner: marekzelinka
- License: apache-2.0
- Created: 2024-10-17T10:30:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T12:06:41.000Z (4 months ago)
- Last Synced: 2024-11-18T08:13:35.453Z (3 months ago)
- Topics: express, hackernews-clone, nodejs, pug, redis
- Language: CSS
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).