--
Twelfth Man is a web application that aims to act as a hosting platform for cricket games. We provide features to create player profiles, teams, matches, tournaments, as well as score games.
As some of us are avid cricket players and enthusiasts, we found that an application like this would greatly help ease the otherwise tedious manual process of scoring a cricket game. We also added some other special features including creating user profiles, teams, tournaments and more!
Once you have cloned the repository into your desired folder, perform the following steps:
- Install packages in the main directory:
npm install
- Change directory to the frontend:
cd frontend
- Install required packages:
npm install
- Change directory to the backend:
cd ../backend
- Install required packages:
npm install
- Change back to the main directory and start:
cd ..
npm start
The webpage should now be open in your default browser
The project has been created by Arnav Marda, Angad Kapoor, Anirudh Rao, Ezequiel Hererra and Tanmay Desai. The logo for the website was created by our dear friend Tahaa Mithiborwala (not in this class).
Copyright 2022 Twelfth Man. All rights reserved.