Your favorite socal network based on express, socket-io, kafka and Vue
🏠 Homepage
- Update
KAFKA_ADVERTISED_HOST_NAME
indocker-compose.yml
to match your hostname, or just change it tokafka
- Run
docker-compose up
- Import
.kibana/export.ndjson
to Kibana atlocalhost:5601
If any of the necessary ports are unavailable locally (used for development) edit docker-compose.yml
so they are not exposed, eg. change 9200:9200
to 9200
Tests can be run for the backend and frontend services:
cd back
npm i
npm run test
cd front
npm i
npm run test:unit
👤 Ivan Kotlaja
- Website: ivnk.dev
- Github: @miraries
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️
This README was generated with ❤️ by readme-md-generator