https://github.com/k-zehnder/gophersignal
Gopher Signal uses smart technology to quickly summarize important points from HackerNews.com articles. https://gophersignal.com
https://github.com/k-zehnder/gophersignal
docker go hackernews makefile mysql nextjs nginx ollama openai rss rust swagger typescript
Last synced: about 1 year ago
JSON representation
Gopher Signal uses smart technology to quickly summarize important points from HackerNews.com articles. https://gophersignal.com
- Host: GitHub
- URL: https://github.com/k-zehnder/gophersignal
- Owner: k-zehnder
- Created: 2023-12-03T06:10:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-24T22:12:28.000Z (about 1 year ago)
- Last Synced: 2025-04-24T22:28:52.672Z (about 1 year ago)
- Topics: docker, go, hackernews, makefile, mysql, nextjs, nginx, ollama, openai, rss, rust, swagger, typescript
- Language: Go
- Homepage: https://gophersignal.com
- Size: 12.5 MB
- Stars: 23
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GopherSignal
[](https://github.com/k-zehnder/gophersignal/actions/workflows/workflow.yml)
## Quickstart
1. **Clone the Repository:**
```bash
git clone https://github.com/k-zehnder/gophersignal.git
cd gophersignal
```
2. **Set Up Environment:**
Copy the example environment file and update any necessary values:
```bash
cp .env.example .env
```
3. **Start Development Environment:**
Build and start all services:
```bash
make dev
```
4. **Run the Scraper:**
Populate the database by running the scraper:
```bash
make scrape
```
5. **Access the Application:**
- **Frontend:** [http://localhost:3000](http://localhost:3000)
- **API Documentation (Swagger UI):** [http://localhost:8080/swagger/index.html](http://localhost:8080/swagger/index.html)