at root directory, run
docker-compose upFirst, you should be running Redis.
Then, you should configure Redis on app.module.ts
socket: {
host: 'localhost',
port: 6379,
}
at root directory, run
npm install after installing dependencies, run
npm start curl \
-H 'Content-Type: application/json' \
-X GET \
http://localhost:3000