Skip to content

krishvsoni/Dry

Repository files navigation

image

Dry - One Step Solution For Clothes (Open Innovation HTL)

Laundry Made Easy: Providers Meet Customers

Dry is a platform where you can join as a customer or a clothes service provider, with integrated crypto wallet for payments. This solves the issue for people who work from home offering clothing services, but don't operate from official shops. Thus, for individuals working from home, this platform provides a solution. With crypto payments, even small-scale operators can earn in cryptocurrency. In tier 1 cities and areas with high population density, this platform can be particularly effective. It serves professionals and bachelors alike, helping them find nearby clothing services.

Project

image

Look Nearby

image

Wallet Mandatory

image image image

Database Hit

image image

Service-Provider Side

image

Test APIs

  • Service Providers
[
  {
    "name": "Rakesh Laundry",
    "pincode": "390009",
    "services": "Dry Cleaning",
    "shopAddress": "narayan mandir gurukul bagicha op road vadodara"
  },
  {
    "name": "Ramu Clothes",
    "pincode": "45454545",
    "services": "DryCleaning, Press, Oil Greasing, Wash",
    "shopAddress": "Ramu Clothes near railwaystation khan road ahemadnagar"
  },
  {
    "name": "Edward Washing Company",
    "pincode": "390001 ",
    "services": "DryCleaning, Press, Oil Greasing, Wash",
    "shopAddress": "M G Road, Mandvi, Vadodara(Opposite Narsinji Pole)"
  },
  {
    "name": "Shyaam clothes",
    "pincode": "390025",
    "services": "DryCleaning, Press, Oil Greasing, Wash",
    "shopAddress": "Shiv Spandan Heights Waghodiya Road Vadodara"
  },
  {
    "name": "Pramukh Clothes Service",
    "pincode": "391760",
    "services": "DryCleaning, Press, Oil Greasing, Wash",
    "shopAddress": "Tandoor Near Parul University PO Limda Vadodara"
  },
  {
    "name": "U CLEAN",
    "pincode": "302025",
    "services": "DryCleaning, Press, Oil Greasing, Wash",
    "shopAddress": "Plot No - 4, Mahal Rd, near Gurudwara, Aarti Nagar, Vidhyadhar Nagar, Railway Colony, Jagatpura, Jaipur, Rajasthan "
  }
]
  • Make Order
{
  "message": "Order placed successfully",
  "order": {
    "firstName": "Krish",
    "lastName": "Soni",
    "phone": "1234567890",
    "pickupLocation": "123 Main St",
    "clothesCount": 5,
    "service": "Wash and Fold",
    "urgent": false,
    "createdAt": {
      ".sv": "timestamp"
    },
    "status": "Pending",
    "name": "U CLEAN"
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages