This project is a complete bootcamp e-commerce project. with admin dashboard. written in javascript (React Node.js css Redux-toolkit) The project has feature like:
- filter with search bar
- Sort by category
- Admin dashboard
- Stripe payment
- User authentication(register and login)
- clone the repo
- run the command npm install (this wiil install all the packages in the packege.json file)
- cd into the backend folder and create a file called (.env) and add the following secreat keys
- cloud_name: (get cloud name from cloudinary)
- api_secret: (get api secreat from cloudinary)
- api_key: (get api key from cloudinary)
- mongodburl: (get mongodb url from mongodb atlas)
- session__secreat: (you can write any secreat here eg 1234455)
- jwt__secreat: (you can write any secreat here eg 09868242)
🌟 :) and contribute as well!