Skip to content

sanglap13/cart-baazar-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CartBaazar Backend

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.

Author

Demo Video Link

  • coming soon

Visit the Frontend Repo

Tech Stack

Backend: NodeJS, ExpressJS, Typescript.

Database: MongoDB.

Extras: Multer, Stripe.

Setting Up the Backend 🛠️

  1. Clone the repo then install dependencies

    npm i
  2. 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

  1. Build backend
   npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published