Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 1.75 KB

readme.md

File metadata and controls

80 lines (59 loc) · 1.75 KB

EveryDukan

EveryDukan Logo

Platform providing information about brands, offers, and coupon codes with seamless experience across mobile, web, and serverless platforms.

Tech Stack

  • Dart
  • Node.js Microservices
  • AWS Lambda
  • Next.js
  • TypeScript

Project Structure

1. App Folder

  • Mobile application built with Flutter/Dart
  • User-friendly interface for both Android and iOS
  • Real-time updates for offers and coupons

2. Function Folder

  • Backend services using Node.js on AWS Lambda
  • API services for brands, offers, and coupons
  • MongoDB integration for data storage

3. D2C Dashboard Folder

  • Admin dashboard built with Next.js
  • Real-time data visualization
  • Content management tools

4. EveryDukan Homepage Folder

  • Public-facing website using Next.js
  • SEO optimized and responsive
  • Dynamic data fetching

Getting Started

Prerequisites

  • Node.js (v14+)
  • Flutter SDK
  • AWS CLI
  • VS Code (recommended)

Installation

# Clone repository
git clone https://github.com/sushilpandeyy/EveryDukan

# Navigate to desired folder
cd [App/Function/D2C/Homepage]

# Follow folder-specific README

Deployment

# App
flutter build apk

# Backend
serverless deploy

# Dashboard & Homepage
npm run build
npm start

License

Copyright © 2025 EveryDukan. All rights reserved.