We bridge the physical gap between a tailor and the customers through our platform, providing customers with a choice of tailors and tailors with an increased reach for customers. We are a team of enthusiasts hoping to bring the tailor community online and introduce them to the benefits of online business.
As a Tailor
You can increase your reach to customers outside of your locality, thereby increasing your income while simultaneously creating a regular base of customers who appreciate your work.
As a Customer
Have you ever had trouble finding a good tailor? Or found it inconvenient to visit tailor stores multiple times to inquire or collect your own piece? We at StichHub aim to reduce this hassle and make tailoring a convenient experience for not just the customer, but also the tailor.
We aim to ease the stitching business by providing the following features:
- Tailor of Choice: Choose from a list of experienced tailors with whom you want to request your order.
- 3D Configurator: Make changes to your desired design while simultaneously seeing how it looks overall through a 3D model of yourself.
- Online Measurements: We provide an online facility that enables users to accurately provide measurements for their clothes.
- AR Tech: Ever wondered if an ordered piece will turn out exactly the same as it looks? With our tech, you come one step closer to that. It enables you to know just how your piece is going to turn out.
Our related blog post provides a comprehensive look at the project's implementation and in-depth insights.
- Primary Domain: stichhub.vercel.app
- Another Domain: uba-gcoen.com
- Backend Domain: stichhub-backend.vercel.app
- Ask a question or report an issue
- Request a new feature
- Upvote popular features
- Connect with our community
- Follow StichHub and let us know what you think!
This project is open-source and welcomes contributions of all kinds. Whether you're an experienced developer or just starting your journey, your input and ideas are invaluable. Join us in shaping the future of this project and let's create something amazing together!
- To contribute, first set up the project on your local machine.
- Test the different features of the app to identify any bugs or issues.
- You can contribute in many ways, such as:
- Improving documentation
- Reporting issues
- Improving UI/UX
- Fixing bugs
- Adding new features
-
Docker Compose
- Download the
docker-compose.yml
file from here. - Create
.env.client
and.env.server
files in the root folder and add all the required keys as shown in the respective.env
example files (.env.client and .env.server). - Run the following command:
docker-compose pull
- Then run:
docker-compose up
- You can access the app at
http://localhost:5173
.
- Download the
-
Manual Setup
- Give a star and fork the repository.
- Clone your forked repository using the following command:
git clone <your_forked_repo_url>
- Replace the API keys in
.env.client
for the frontend and.env.server
for the backend. - change directory to client/StichHub for frontend development and to server for backend development using cd command.
- Run the following command to install the dependencies:
npm install
- Then run:
npm run dev
You can check the SRS document for more detailed information about the project.