You can fetch this api through url : https://digic-backend.vercel.app/api/
To run it locally
git clone https://github.com/Dash10107/Digic-Backend/
cd Digic-Backend
npm install
npm run server
This api has everything needed for an ecommerce platform
-> Handling User Routes , including forgot password and reset password using email validation. -> Handling Product Queries , including filtering and sorting based on several factors like categories , minimum and maximum prices , brands etc. -> Handling Order management , including payment routes for razorpay gateway and handling coupon management as well for discounts. -> Handling Different Routes for creating brands ,categories, colors and products. -> Providing various access control levels, and giving create, update ,delete access to just admin users.