Re-Store is a modern, user-friendly secondHand e-commerce platform. There user can buy and sell there new or second hand product with payment method.
- Optimized for desktops, tablets, and mobile devices.
- Custom login with email and register with name,email and password.
- Detailed Product Listings – Each product includes images, descriptions, prices, and stock availability.
- Advanced Search & Filtering – Users can filter products by category, price range, and ratings.
- Shopping Cart & Checkout – Secure and seamless checkout experience with payment gateway integration.
- Product & Inventory Management – Add, update, and remove products easily.
- Management Listings – View, manage, and process customer orders and payments.
- Profile Management – User can update there profile add image also.
Clone both the client-side and server-side repositories:
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
Open files in VS Code:
- After opening the client-side files in VS Code, install npm dependencies:
npm install
Run local :
- Open your vsCode tarminal and check which file are you. Go your client file and run code
npm run dev
then client side run in local.