Skip to content

CricketAdda is a comprehensive application designed to simplify the management of cricket tournaments which is built in Spring-boot and React.

Notifications You must be signed in to change notification settings

Kris0011/CricketAdda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CricketAdda

CricketAdda is a comprehensive application designed to simplify the management of cricket tournaments. With CricketAdda, you can effortlessly add tournaments, track matches, manage teams, record players' scores, and determine winners. Whether you're an avid cricket enthusiast or an organizer, CricketAdda provides an intuitive platform to streamline your cricket event management process. Say goodbye to manual tracking and hello to CricketAdda for all your cricket tournament needs!

Contributors

  • Kris Patel
  • Udit Mehta

Technologies Used

  • Backend: Java Spring-Boot REST API
  • Frontend: React, Shadcn UI
  • Database: PostgreSQL

Preview

1

2

3

4

Setup Guide

Prerequisites

Before setting up CricketAdda, ensure you have the following installed:

  • Java Development Kit (JDK)
  • Node.js and npm
  • PostgreSQL Server

Backend Setup

  1. Clone the CricketAdda repository.
  2. Navigate to the backend directory.
  3. Configure the database settings in the application.properties file.
  4. Build and run the Spring Boot application using your preferred IDE or by running mvn spring-boot:run command.

Frontend Setup

  1. Navigate to the frontend directory.
  2. Install dependencies by running npm install.
  3. Start the development server with npm start.

Accessing CricketAdda

Once the backend and frontend servers are running, you can access CricketAdda by navigating to http://localhost:5173 in your web browser.

That's it! You're now ready to use CricketAdda for managing cricket tournaments efficiently.

About

CricketAdda is a comprehensive application designed to simplify the management of cricket tournaments which is built in Spring-boot and React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 55.4%
  • Java 41.0%
  • JavaScript 2.0%
  • CSS 1.3%
  • HTML 0.3%