victorchrollo14 / mernEcommerce

Ecommerce site built with mern
https://menstribe.victorimmanuel.me
5 stars 5 forks source link
express mern mern-stack microservices mongodb react

Men's Tribe

Ecommerce App Built with the Mern Stack.

Things to Learn While Building

Local Development

  1. Fork the repository
  2. Clone it on your local machine.

    git clone https://github.com/username/mernEcommerce.git
  3. Start Backend

     cd mernEcommerce/server
     npm install
  1. Start frontend

    cd mernEcommerce/client
    npm install
  1. To insert products data into the mongodb database
    cd server/src/utils/
    node insertData.js