Fianchetto is a Chess Tournament Manager. A large number of players can be paired. Regular Swiss tournaments, team and scholastic tournaments, round robins. It lets you print out pairings, standings, wall charts, upset results, new ratings and offers the feature of online games for the players who can’t attend the live tournament.
React: https://fianchetto.herokuapp.com/
Java: http://fianchetto-java.herokuapp.com/
Node: https://fianchetto-server.herokuapp.com/
Complete Project Proposal for more information.
Download npm (v3.5+) / Node.js (v8.10+)
http://www.oracle.com/technetwork/java/javase/downloads/index.html
http://maven.apache.org/download.cgi
https://dev.mysql.com/downloads/workbench/
$ npm install
$ npm start
GitHub: https://github.com/priyankamanjunath/fianchetto-chess-tournament-manager-server-java
$ mvn install
$ java -jar target/*.jar
GitHub: https://github.com/priyankamanjunath/fianchetto-chess-tournament-manager-server
$ npm install
$ node index.js