- Download redis from https://redis.io/topics/quickstart
- Start redis server using
redis-server
- Fork and clone git repository
- In root project folder, make a new file called config.json
- Copy contents for config.example.json to new config.json file
- Replace password field with
""
and port field to whatever localhost port you want. - From root of project, run
node server.js
- In your browser, go to
localhost:{port}
to test your local changes
- Fork and clone git repository
- In root project folder, make a new file called config.json
- Copy contents for config.example.json to new config.json file
- Replace password field with
"yourpassword"
and port field same withindocker-compose.yml
. - Replace redis host "localhost" with "redis".
- Run command
docker-compose up --build -d
.