/react-stream

Real-time subscription management project written in React/Node with Socket.io and Redis

Primary LanguageJavaScriptThe UnlicenseUnlicense

react-stream

This is a real-time subscription management test project written in React/Node with Socket.io and Redis.

Backend

  1. Go to api folder and install dependencies:
  yarn install
  1. Up Redis container via:
  docker-compose run
  1. Run server:
  yarn build && yarn start

Frontend

  1. Go to web folder and install dependencies:
  yarn install
  1. Run application:
  yarn start

Open http://localhost:3000 to view it in the browser.

Tests

Both parts include tests, you can run them with:

  yarn test