This is the backend repository for Cart Baazar, an innovative e-commerce platform designed to offer a seamless online shopping experience. This repository houses the server-side code and APIs that power the platform, ensuring efficient data management, secure transactions, and smooth integration with the frontend.
- coming soon
Backend: NodeJS, ExpressJS, Typescript.
Database: MongoDB.
Extras: Multer, Stripe.
-
Clone the repo then install dependencies
npm i
-
Setup ENV Variables
PORT=`4000 or any`
MONGO_URI=`mongodb://localhost:27017/ or cloud uri`
STRIPE_SECRET_KEY=`stripe secret key`
PRODUCT_PER_PAGE=`8 or any`
Fill each field with your respective information
- Build backend
npm run build