Welcome to Innings!
This project is an implementation of a Cricket Tournament Management System. It allows users to view and manage cricket tournaments and matches.
You can either launch the client & the server manually or follow the steps below.
- In the root directory, do
npm install
. - Create
.env
file in client as well as server folders and populate your environment variables. - In the root directory, do
npm start
. - Open your browser and navigate to
http://localhost:PORT
.
You must install the dependencies in the client & server folders separately before trying to run the project.