It is an e-commerce app with the features included :
- Authentication.
- Payment gateway Integration
- Add to Wishlist.
- Add to Cart
- User Profile Management
- Manage User Orders.
- Manage User Addresses.
Use the npm package manager to install this Project.
npm install
Go to ecommerce-backend folder and then run the below command
nodemon index.js
Go to FronEnd folder and then run the below command
npm start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.