Git Product home page Git Product logo

briviere / elo-rating Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tomek199/elo-rating

0.0 0.0 0.0 1.25 MB

Application to manage users ranking based on Elo rating algorithm. Project is deprecated - please take a look for replacement: https://github.com/tomek199/RankMe

Home Page: https://elo-rating.herokuapp.com

License: Apache License 2.0

JavaScript 0.30% Java 39.57% TypeScript 47.20% CSS 0.09% HTML 12.84%

elo-rating's Introduction

EloRating

Application to manage users ranking based on Elo rating algorithm

Environments

Environment built from master branch is available on Heroku https://elo-rating.herokuapp.com

Environment built from develop branch is available on Heroku https://elo-rating-develop.herokuapp.com

API reference

To see API reference please visit http://elo-rating.herokuapp.com/swagger-ui.ghtml

Installation

Properties

Core side properties is configurable in file elo-rating/src/main/resources/application.properties.

Property Description
logging.level.org.springframework.data.mongodb.core.MongoTemplate Logging level for MongoDB queries
spring.data.mongodb.uri Connection URI for MongoDB instance
google.client.id Google client ID assigned to application. To get more details please visit https://developers.google.com/identity/sign-in/web/sign-in
spring.mail.host Email server host
spring.mail.port Email server port
spring.mail.username Email server username
spring.mail.password Email server password
spring.mail.properties.mail.smtp.auth Email server smtp auth
spring.mail.properties.mail.smtp.starttls.enable Email server tls enable
spring.mail.properties.mail.smtp.starttls.required Email server tls required
spring.mail.feedback.address Feedback email address
spring.thymeleaf.prefix Thymeleaf templates directory

Front-end properties is configurable in directory elo-rating/src/main/webapp/src/environments/

Property Description
production Is it production environment
serverUrl Core side server URL
googleClientId Google client ID assigned to application. To get more details please visit https://developers.google.com/identity/sign-in/web/sign-in
matchesRefreshing Refresh scheduled matches view
matchesRefreshTime Refresh scheduled matches refresh interval in milliseconds
matchDuration Default match duration

Application start

To start the application run:
gradle bootRun from project root directory
Application will be available under http://localhost:8080


Front-end application module can be also run separately by angular/cli. To run webapp module:

  • change serverUrl webapp's property to point to the proper core api module (for localhost it will be by default http://localhost:8080/api)
  • Go to src/main/webapp directory and run ng serve command. Remember to run gradle bootRun core module firstly (described above)
  • Application will be available under http://localhost:4200.

Authors

Please take a look here https://github.com/tomek199/elo-rating/graphs/contributors

elo-rating's People

Contributors

angular-cli avatar szymon-depta avatar tomek199 avatar tpokora avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.