prathameshgaikwad / Innings

A cricket scorekeeping and tournament management app
https://innings.vercel.app
1 stars 7 forks source link
cricket cricket-app cricket-data cricket-scorecard cricket-stats docker expressjs management-system material-ui mongodb nodejs react redis-cache socket-io tournament-manager

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.