Amazon Review Sucker & Classifier Tool!!
Firstly, you should install
If you have git installed on your PC, you just need do as follow:
$ git clone https://github.com/harryandriyan/amazsell.git
If you have all the prerequisites installed you should verify if your MongoDB is up.
$ cd amazsell
$ cd server
$ yarn install
$ nodemon index.js
$ cd amazsell
$ cd client
$ yarn install
$ yarn start