Life Long Learning
This project made for life-long-learning program in NIC.
This application allows you to connect to your Redis cluster and visualize the job queue and job workers.
How it's work
Team members
- Nawaf KL
- Aljawharah Aldukhayni
- Ahmed Alamoudi
- Abdullah Alnawfal
Requirements
- Radis should be installed and running
- Docker to run radis
Install
- Clone the repo
docker run -p -d 6379:6379 redis
npm install
npm start
- Visit http://localhost:8080 to view the app
Used Packages
- radis
- socket.io
- bull
- express
- body_parser