:balloon: Fullstack MERN Ecommerce Application
No Data
An ecommerce store built with MERN stack, and utilizes third party API's. This ecommerce store enable three main different flows or implementations:
This application is deployed on Heroku. Please check it out :smile: here.
Some basic Git commands are:
$ git clone https://github.com/mohamedsamara/mern-ecommerce.git $ cd project $ npm install
Create .env file that include:
> Create a Procfile in the root directory of your application with the following command **web: npm run start:production**
$ npm run production
$ npm start
$ npm run start:production