ACM Hack's Workshop on Distributed Systems, Kafka, and Redis.
To run the application:
- Fork the repository to your account (click the 'fork' button in the top right corner).
- Clone the repository with
git clone <repository link>
. - Run
npm install
to install required dependencies. - Open Docker Desktop on your laptop.
- Run
docker-compose up -d
to spin up the required services. - Run
npm run dev
to start the server.