Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 802 Bytes

README.md

File metadata and controls

41 lines (35 loc) · 802 Bytes

🌐 PetStore App POC using React and Express

MongoDB, Expressjs, React/Redux, Nodejs

Demo

Demo

Prerequirements

  • Node > 8
  • npm
  • MongoDB

Clone or Download

$ git clone https://github.com/ganeshmani/gmcart.git
$ npm i

Client side (PORT 3000)

$ cd client
$ npm install
$ npm start

To import the Mock Products Data to MongoDB

$ cd /data
$ mongoimport --db gmcartdb --collection products --file products.json --jsonArray

Server Side (PORT 3123)

$ npm install
$ npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.