A web application that simulates soccer league with final championship game at a small scale built with MERN stack.
- git clone
https://github.com/menaaziz27/sports-team-season-simulation.git
npm install
- create .env file with that attributes in .env.example
npm run data:import
npm run dev
- Authentication with JWT.
- Start league simulation.
- Reset league.
- Show Teams
- Get Team by id.
- Show Games.
- Show championship final game details.
- Get Players .
- Get players belong to a specific team.
- Get player details.
- Get all games of a specific team.
- Create a relation between users and leagues.
- Paginate games page
Check it out here -> Demo