Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.68 KB

README.md

File metadata and controls

63 lines (43 loc) · 1.68 KB

Welcome to b-social 👋

Version License: MIT travis build status styleci status dependabot status

Your favorite socal network based on express, socket-io, kafka and Vue

Install

  1. Update KAFKA_ADVERTISED_HOST_NAME in docker-compose.yml to match your hostname, or just change it to kafka
  2. Run
docker-compose up
  1. Import .kibana/export.ndjson to Kibana at localhost:5601
Note

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

Testing

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

Author

👤 Ivan Kotlaja

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️


This README was generated with ❤️ by readme-md-generator