Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harryandriyan/amazsell

Amazon Review Sucker & Classifier Tool
https://github.com/harryandriyan/amazsell

express mongodb nodejs puppeteer react

Last synced: about 2 months ago
JSON representation

Amazon Review Sucker & Classifier Tool

Awesome Lists containing this project

README

        

# amazsell
Amazon Review Sucker & Classifier Tool!!

## What you should install?

Firstly, you should install

- [Mongo](https://www.mongodb.com/) 4.0.4+
- [ExpressJS](https://expressjs.com/) 4.16.3+
- [ReactJS](https://reactjs.org/) 16.5.0+
- [Node](https://nodejs.org/en/) 11.4.0+ (It's recommended to use 10.15.1 LTS)

## Download

If you have git installed on your PC, you just need do as follow:

```
$ git clone https://github.com/harryandriyan/amazsell.git
```

## Configuring App

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
```