Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harryandriyan/amazsell
- Owner: harryandriyan
- Created: 2020-04-25T22:24:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T09:43:33.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T13:41:51.019Z (almost 2 years ago)
- Topics: express, mongodb, nodejs, puppeteer, react
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
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
```