Skip to content

memgraph/hacker-news-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Analyzer

▶️ 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