Skip to content

prathameshgaikwad/Innings

Repository files navigation

Innings - The Ultimate Cricket Tournament Platform

Welcome to Innings!

Introduction

This project is an implementation of a Cricket Tournament Management System. It allows users to view and manage cricket tournaments and matches.

Setup

You can either launch the client & the server manually or follow the steps below.

  1. In the root directory, do npm install.
  2. Create .env file in client as well as server folders and populate your environment variables.
  3. In the root directory, do npm start.
  4. 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.