https://github.com/krasun/devanalyzer
Developer analyzer for semifinal of UA Web Challenge 2014
https://github.com/krasun/devanalyzer
Last synced: 27 days ago
JSON representation
Developer analyzer for semifinal of UA Web Challenge 2014
- Host: GitHub
- URL: https://github.com/krasun/devanalyzer
- Owner: krasun
- License: mit
- Created: 2014-11-01T13:11:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T16:34:38.000Z (over 10 years ago)
- Last Synced: 2025-03-24T10:57:29.601Z (7 months ago)
- Language: PHP
- Homepage:
- Size: 123 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevAnalyzer
Tries to analyze developer public accounts and gives summary essence for developer. This application
was written for semifinal of ["UA Web Challenge 2014"](http://uawebchallenge.com/).## Installation and configuration
### 1. Installation
Via [Vagrant](https://www.vagrantup.com/), clone repository and vagrant up:$ git clone git@github.com:krasun/DevAnalyzer.git dev-analyzer
$ cd ./dev-analyzer && vagrant up
### 2. Configuration
Edit configuration file:
$ cp config/parameters.php.dist config/parameters.php### 3. Samples
Try to search [http://10.0.0.10:8000/search?fullName=&nickname=krasun&email=&location=&phoneNumber=&limit=5](http://10.0.0.10:8000/search?fullName=&nickname=krasun&email=&location=&phoneNumber=&limit=5) or
try to view profile [http://10.0.0.10:8000/report?developer%5Bdummy%5D=5454fbb0346d6&developer%5Bgithub%5D=krasun](http://10.0.0.10:8000/report?developer%5Bdummy%5D=5454fbb0346d6&developer%5Bgithub%5D=krasun).