Skip to content

Tithi-S/RPCart

 
 

Repository files navigation


E-COMMERCE MERN PROJECT

It is a Ecommerce project made using mern tech. and it also include redux for better functioning of site .

If you wana contribute in it than raise a issue and start working on it .

Deployment

MONGO DB FILE

Upload RPCart/products.json file in your mongodb Ecommerce section that will be created as you start the project As there will be produt you can see for beeter understanding .

Environment Variables

To run this project, you will need to add the following environment variables to your config.env file in backend

./backend/config/config.env

Get all items

Parameter Type Description
STRIPE_API_KEY string Required.- From Stripe Api Site for payment processors
STRIPE_SECRET_KEY string Required.- From Stripe Api Site for payment processors
CLOUDINARY_NAME string Required.- From cloudinary site for image uploading
CLOUDINARY_API_KEY string Required.- From cloudinary site for image uploading
CLOUDINARY_API_SECRET string Required.- From cloudinary site for image uploading

Contributing Guidelines :-

  1. Fork the project

  2. Clone the project

  git clone https://github.com/<YOUR GIT HUB URL>/RPCart.git
  1. Go to the project directory
    cd E-COMMERCE
  1. Install all dependencies
    npm i
  1. Run backend
    cd ./backend
    npm run dev 
  1. Run Frontend
    cd ./frontend
    npm start

REACH OUT TO ME

twitter

❤️ Support

Don't forget to leave a star ⭐️. Its free 😉

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.8%
  • CSS 21.6%
  • HTML 0.6%