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!
- Kris Patel
- Udit Mehta
- Backend: Java Spring-Boot REST API
- Frontend: React, Shadcn UI
- Database: PostgreSQL
Before setting up CricketAdda, ensure you have the following installed:
- Java Development Kit (JDK)
- Node.js and npm
- PostgreSQL Server
- Clone the CricketAdda repository.
- Navigate to the backend directory.
- Configure the database settings in the
application.properties
file. - Build and run the Spring Boot application using your preferred IDE or by running
mvn spring-boot:run
command.
- Navigate to the frontend directory.
- Install dependencies by running
npm install
. - Start the development server with
npm start
.
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.