This is a web application for a football tournament. The application is written in Express Framework. The application displays tournament information such as points table, top goal scorers, player list, match fixture and match results.
A migration file will be provided in a subsequent update
Build the files first
node build
Then start the application
node start
- Pug used for view
- Redis used for pubsub
- VUE js used for front end view
- VUEX used for store management
- WS used for websocket management
Controllerdirectory stores modules representing controllers of routesdistdirectory contains the built javascript and css filesmodelsdirectory containsSequelizeORM models representing tables and relations of the databasepublicdirectory contains static files served for the applicationroutesdirectory contains routes grouped in filessrcdirectory contains VUE js files for the front end viewviewsdirectory contains the view files inpugformat