https://github.com/ayonel/github-review
a back-end of GitHub Pull Request reviewer recommendation and result prediction system
https://github.com/ayonel/github-review
Last synced: 5 months ago
JSON representation
a back-end of GitHub Pull Request reviewer recommendation and result prediction system
- Host: GitHub
- URL: https://github.com/ayonel/github-review
- Owner: ayonel
- License: mit
- Created: 2017-12-20T14:45:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T05:11:43.000Z (over 8 years ago)
- Last Synced: 2026-02-01T07:45:29.449Z (5 months ago)
- Language: Java
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.MD
Awesome Lists containing this project
README
## vue-github
a back-end of GitHub Pull Request review prediction and reivewer recommendation system using spring boot and mongodb
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
## Deployment
Clone the project to your machine using git, and open it with IntelliJ IDEA:
reload the pom.xml to get dependencies with maven
and just run the main function in ```GithubApplication.java```
and browse ```http://localhost:8080``` to view the website
the front-end resource has been packed by webpack, and the front-end is developed by vue-cli and iview, see the project in [vue-github](https://github.com/ayonel/vue-github)
## Author
**yang yun**
## License
MIT License
Copyright <2017>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.