This is a E-commerce web Application built with React, node, Ant-Design, Firebase and mongoDB.
You're sections headers will be used to reference location of destination.
An E-commerce or shopping cart with all major features of a modern e-commerce.
- React
- Redux
- Node.js
- Firebase Authentication
- MongoDb
- Cloudinary
- Ant Design
- Bootstrap
Install all npm dependencies
npm install
Install nodemon globally
npm install -g nodemon
-
Authentication with Firebase (Reset Password with email)
- Register
- Login
- Forgot Password
- Login with Google
-
Pagination and search where necessary
-
Filter Products
- Filter By Price
- Filter By Text
- Filter by Ratings
- Filter by Category
- Filter by Sub-Category
- Filter by Shipping Method
- Filter by Brands
- Filter by Color
-
Products
- Create Products
- Fetch Products
- Rate Product
- Buy Products
- Update Products
- Delete Products
-
Payment
- Pay With Cards
- Pay on Delivery
-
Coupons
- Create Coupon Codes
- Apply Coupon Codes on Products
-
Orders
- Place an Order
- Get Previous Orders
- Print Order Information
-
Delivery
- Choose Delivery Method
- Check Delivery Status
-
Settings
- Modify Profile
- Change Password
Extensive and testing documentation with postman
Rename the config/.env.example .env file both on frontend and backend. Modify your environment variables, mongodb uri, set your firebase keys.
NODE_ENV
PORT
DATABASE
CLOUDINARY_NAME
CLOUDINARY_KEY
CLOUDINARY_SECRET
MIT License
Copyright (c) [2021] [Opeyemi Samuel]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.