This folder contains the Mock Backend created for E-Commerce App. It contains different API end-points and database configuration for building E-Commerce.
flybuy app is latest women jackect collection of ecommerce( online shop) app-live url
- features of app
- Auth Management
- Login
- Signup
- Logout
- Filter Products By
- Category
- Rating
- discount
- Price Range
- Sort Products By Price
- single-product
- Cart Management
- Add/Remove item to Cart
- Increase/Decrease quantity of item in Cart
- Move item to Wishlist from Cart
- Wishlist Management
- Add/Remove item to Wishlist
- Move item to Cart from Wishlist
- /public
- /src
- /assets/images
- /backend
- /components
- /hooks
- /context
- /reducer
- /utils
- /pages
- /routes
- /services
- App.js
- App.css
- index.js
- server.js
- package-lock.json
- package.json
- README.md
- yarn.lockTo get a local copy of the code, clone it using git:
git clone :https://github.com/BISINIGISHIVANI/flip_shop.git
Install dependencies:
npm install
Now, you can start a local web server by running:
npm start
And then open http://localhost:3000 to view it in the browser.