vdmrgv / react-stream

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:The Unlicense


Languages

Language:JavaScript 81.7%Language:CSS 10.7%Language:HTML 7.6%