A simple online marketplace where a seller can upload their product details and it will be listed in the marketplace and users/buyers can add them to their cart and checkout.
1.Clone or download the current repository.
2.Navigate through the directory E-market-master in terminal.
3.Run npm install
or yarn install
and then in the terminal.
-
Run
npm start
oryarn start
in the terminal. -
Open http://localhost:3000 to view it in the browser.