- Redis
- Scrapper Api
- Bull Mq
- DB
- Nodemailer
- Docker
- Node Cron
- First, Git Clone:
git clone https://github.com/amish-kumar-07/PriceAlert_System
cd PriceAlert_System- Then Install Dependecies:
npm install - Configure Env:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=465
SMTP_USER="your email"
SMTP_PASS="your password"
SMTP_SECURE=true
SMTP_FROM=alerts@yourdomain.com # optional override
DATABASE_URL=""
BASE_URL=http://localhost:3000
API_KEY="Scrapper Api"
REDIS_URL=redis://localhost:6379- Install Redis Image
docker pull redis:latest- Run Redis Container using Docker
docker run -itd -p 6379:6379 redis- Run Your Project
npm run devContact : rashusingh110@gmail.com
