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

https://github.com/memgraph/hacker-news-analyzer


https://github.com/memgraph/hacker-news-analyzer

Last synced: 10 months ago
JSON representation

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
```