Skip to content

This is a car wash application that allows users to book car wash services from the comfort of their homes.

License

Notifications You must be signed in to change notification settings

Keith3895/car-wash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit in Eraser

Car Wash

Figma

Run in Postman

License

Table of Contents

  1. Introduction
  2. Assets
  3. DevOps Design
    1. Code Repository Design
  4. Application Design
    1. DB Design
    2. Application Architecture
      1. FrontEnd
      2. Backend
  5. RoadMap

Introduction

This is a car wash application that allows users to book car wash services from the comfort of their homes. The application will be available on both Android and iOS. The application will be written in Flutter and Django.

Assets

DevOps Design

Code Repository Design

The Application is split into two broad repositories:

  1. Car Wash backend github.com/Keith3895/car-wash-backend-core This is a Python app written with Django.
  2. Car wash App github.com/Keith3895/car-wash-app This is a Flutter app created for both Android and iOS. repo Design

Application Design

DB Design

DB Design

Application Architecture

FrontEnd:

The front end will be in a Flutter app. The source code structure will be:

car_wash
├─ .metadata
├─ .vscode
│  └─ settings.json
├─ README.md
├─ analysis_options.yaml
├─ assets                      # Contains all the assets of the project
├─ devtools_options.yaml   
├─ lib
│  ├─ blocs                    # Contains all the blocs of the project
│  │  └─ login 
│  ├─ constants                # Contains all the constants of the project
│  ├─ cubits                   # Contains all the cubits of the project
│  │  ├─ internet
│  │  └─ logout
│  ├─ firebase_options.dart    # Contains all the firebase options of the project
│  ├─ main.dart                # Entry point of the project
│  ├─ models                   # Contains all the models of the project
│  │  ├─ user_details.dart
│  │  └─ user_details.g.dart
│  ├─ pages                    # Contains all the pages of the project
│  │  ├─ basePage.dart
│  │  ├─ landingPage.dart
│  │  └─ signinPage.dart
│  ├─ repos                    # Contains all the repos of the project
│  │  └─ authRepo.dart
│  ├─ routes                   # Contains all the routes of the project
│  │  ├─ router.dart
│  ├─ services                 # Contains all the services of the project
│  │  └─ auth_service.dart
│  └─ widgets                  # Contains all the widgets of the project
│     ├─ inputField.dart
│     ├─ loginWidgets
├─ pubspec.lock
└─ pubspec.yaml

The application will follow the bloc design pattern.

Backend:

The backend will be written in Python using Django as the framework. The application architecture will be as follows:x

car_wash
├─ car_wash/ <-- main Django project
├─ carWash/
├─ authentication/. <-- local auth as well as socal auth
└─ manage.py

RoadMap

User Flows and Transactions

  • Authentication
  • Admin Flow
    • Jobs
    • fulfilment
    • Post fulfilment
  • User Flow
    • Product Catalog
    • Search
    • Order
      • creation
      • Confirmation
      • fulfilment
    • Payment
    • fulfilment
    • Post fulfilment

Process Flows

  1. User Onboarding Vendor Verification Flow

  2. Vendor KYC User Onboarding flow

Service addons

  • Dust Cleaning
  • Panel Cleaning
  • Vacuum Interior
  • Tyres & Rims Cleaning
  • Dashboard Cleaning & Polishing
  • AC vents cleaning
  • Paint Sealant
  • Mat Cleaning
  • Seat Vacuum & Polishing
  • Exterior Shampooing
  • water wash
    • sub by car type

About

This is a car wash application that allows users to book car wash services from the comfort of their homes.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published