My home test for ActiveFence 🐨
- client validates and sends reqest to api
- server validates, create guid, push to quque and respond to client
- worker listen to queue
- validate
- check if need to scrape
- scrapes
- pushes to queue the children.
- client listen to firestore updates and render as it comes.
- next.js (SSR, node)
- rabbitmq
- fierstore (replacing the DB and the websocket)
- typescript
- docker 🐳
- redis
npm run dev docker-compose up (running redis and rabbit)
- becouse of nextjs and .env, When running with docker compose the worker is not connecting to queue.
- jest and puppeteer
- css - it's ugly!