Skip to content

srinivasBJ/Priceiq

Repository files navigation

PriceIQ

Local Development

Terminal 1:

cd ~/Desktop/priceiq-main && docker compose up -d postgres redis

Terminal 2:

cd ~/Desktop/priceiq-main/backend && npm run dev

Terminal 3:

cd ~/Desktop/priceiq-main/frontend && npm run dev

Production (Vercel + Render)

Backend (Render):

  • Build: cd backend && npm install && npm run build
  • Start: cd backend && npm start

Frontend (Vercel):

  • Build: cd frontend && npm run build
  • Output: frontend/dist

See run.md for required environment variables.

About

PriceIQ is a full-stack price intelligence platform for tracking devices, comparing live prices, wishlist/alerts, and analytics across major marketplaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors