Reviewer is aplication which parse products from Ceneo pl service and looking for similar products in Skapiec pl service.
Apliaction is totaly free and it was created for learning duties on Data Warehouse course.
Aplication is based on:
- Symfony 3
- AngularJS 1.*
- and many more libraries
0.0.1
Reviewer uses a number of open source projects to work properly:
- AngularJS - HTML enhanced for web apps!
- Marked - a super fast port of Markdown to JavaScript
- Twitter Bootstrap - great UI boilerplate for modern web apps
- node.js - evented I/O for the backend
- jQuery - duh
- Symfony3- for backend responsibilties
- AngularJS Bootstrap - bootsrap with support directives in angular And of course Reviewer itself is open source with a public repository on GitHub.
You need Composer and git installed globally then:
$ git clone https://github.com/dzordzan/reviewer.git reviewer
cd reviewer
composer install
Installator will ask you for database parameters which are required
After installation complete:
$ php app/console assets:install
$ php app/console assetic:dump
$ php app/console doctrine:schema:update --force
Fine! Your project has been set up.
Reviewer has many plugins, but already included on repository
Want to contribute? Great!
Make a pull request and we will merge your updates
- Write Tests
- Rethink Github Save
- Add Code Comments
- Add Night Mode
©MIT License