This is Plumbing Service website project. Plumbing.Com offers Plumbing Services, Customer Can Order Any Service.
- React
- React Router
- HTML5, CSS3
- JavaScript
- React Hook Form
- Firebase
(For User Login)
- MongoDB
(For Database)
- ImgBB
(For Image Hosting)
- Stripe (Dev)
(For Payments)
- https://plumbing-com.herokuapp.com/verify-email-address?email=email@email.com
(For Verify User Email From Database)
- https://plumbing-com.herokuapp.com/addNewUser
(Create User Automatically if new and Save on DB)
- https://plumbing-com.herokuapp.com/addService
(Save New Service on database)
- https://plumbing-com.herokuapp.com/services
(Get Service from database)
- https://plumbing-com.herokuapp.com/order/:id
(Get Order Details from Database using ID)
- https://plumbing-com.herokuapp.com/confirmOrder
(Confirm Order)
- https://plumbing-com.herokuapp.com/orderList
(Get Orders By Email from Database)
- https://plumbing-com.herokuapp.com/orders
(Get Order Details from Database)
- https://plumbing-com.herokuapp.com/addReview
(Save Review on database)
- https://plumbing-com.herokuapp.com/reviews
(Get Reviews from database)
- https://plumbing-com.herokuapp.com/makeAdmin
(Make New Admin)
- https://plumbing-com.herokuapp.com/updateStatus/:id
(Update Order Status)
- https://plumbing-com.herokuapp.com/manageService/:id
(Manage Services)
1. npx create reactapp `App Name`
2. Code . `For Open in VS Code, You can skip this step if you want`
3. npm install
4. Done. You're ready to go