Real time onliner.by price tracking system which saves every price change of tracked items to history. Also provides UI to make some actions (e. g. watch history chart, track any item and so on)
- Backend
- NodeJS (Express)
- Sequelize
- MySQL
- Frontend
- ReactJS
- Build
- Webpack
- Babel
$ git clone https://github.com/ops1ops/onliner-api-listener.git
$ cd onliner-api-listener
$ npm install
$ cp .env.example .env
DB_NAME=<name>
DB_USERNAME=<username>
DB_PASSWORD=<password>
DB_HOST=<host>
JWT_SECRET=<secret-key>
$ npm run start
- runs application in development mode
$ npm run prod
- runs application in production mode
$ npm run onliner-listener
- runs script, which tracks onliner price change