MongoDB, Expressjs, React/Redux, Nodejs
- Node > 8
- npm
- MongoDB
$ git clone https://github.com/ganeshmani/gmcart.git
$ npm i
$ cd client
$ npm install
$ npm start
$ cd /data
$ mongoimport --db gmcartdb --collection products --file products.json --jsonArray
$ npm install
$ npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.