This is a real-time subscription management test project written in React/Node with Socket.io and Redis.
- Go to
api
folder and install dependencies:
yarn install
- Up Redis container via:
docker-compose run
- Run server:
yarn build && yarn start
- Go to
web
folder and install dependencies:
yarn install
- Run application:
yarn start
Open http://localhost:3000 to view it in the browser.
Both parts include tests, you can run them with:
yarn test