https://ecommerce-react-app-test.netlify.app/products
An E commerce platform made using React JS, Redux, Mongo Db , and express JS.
The application is composed of the following Features:
- Create ,Edit and Delete products
- Sort products by their price.
- cart items data is fixed to user's local storage.
- All Product Pages, which displays all available products
- Single Product Page, with detail of each product
- Create Product Page, where you can create a new product
- Cart Page, for final checkout of products
- Used redux for state-management and react-router for routing.
- Developed apis for getting all products, and perfomring CRUD operations
- Used Mongo DB as database
Clone the project
git clone https://github.com/akki251/ecommerce-app.gitGo to the project directory
cd ecommerce-appInstall dependencies
npm installStart the Server
npm run devStart the Client
npm startTo run this project, you will need to add the following environment variables to your .env file
CONNECTION_URL
