Initial commit: Supermarket scraper MVP

This commit is contained in:
2025-12-28 23:29:30 +05:00
commit 19c0426cdc
30 changed files with 4839 additions and 0 deletions

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Database
DATABASE_URL="postgresql://user:password@localhost:5432/supermarket?schema=public"
# Magnit API Configuration
MAGNIT_STORE_CODE="992301"
MAGNIT_STORE_TYPE="6"
MAGNIT_CATALOG_TYPE="1"