https://github.com/memgraph/hacker-news-analyzer
https://github.com/memgraph/hacker-news-analyzer
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/memgraph/hacker-news-analyzer
- Owner: memgraph
- License: mit
- Created: 2022-07-18T10:03:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T07:04:10.000Z (over 3 years ago)
- Last Synced: 2023-03-03T20:09:46.691Z (about 3 years ago)
- Language: TypeScript
- Size: 344 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hacker News Analyzer
## :arrow_forward: Starting the app
If you already have app running make sure to remove all containers with:
```
docker-compose down --rmi all -v --remove-orphans
```
After removing containers, build the app:
```
docker-compose build
```
Start memgraph, firebase service and backend:
```
docker-compose -d memgraph-mage
docker-compose -d firebase
docker-compose backend
```
Finally start frontend:
```
docker-compose -d frontend
```