Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 513 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 513 Bytes

kafka-redis-workshop

ACM Hack's Workshop on Distributed Systems, Kafka, and Redis.

To run the application:

  1. Fork the repository to your account (click the 'fork' button in the top right corner).
  2. Clone the repository with git clone <repository link>.
  3. Run npm install to install required dependencies.
  4. Open Docker Desktop on your laptop.
  5. Run docker-compose up -d to spin up the required services.
  6. Run npm run dev to start the server.