Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 219 Bytes

From source of project exec:

Install dependencies: npm i

Begin app npm start

For this app is needed a redis, you can use one from docker using this command

docker run --name redis -p 6379:6379 -d redis