RITESH395 / Dream11CombinationsFinder

This project finds the possible combinations of dream 11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to run in local machine

  1. Install java-8.0 1. https://www.oracle.com/java/technologies/downloads/

  2. Download any ide of your choice - Maybe eclipse or Intellij

    1. https://www.jetbrains.com/idea/download/
  3. Clone the project or either fork and clone

    1. Screenshot 2022-04-03 at 10 23 37 AM
  4. Open project as maven project and re-fresh all dependencies

  5. Go to singh.ritesh.dream11combinations.Main class and run

  6. You must see "[SUCCESS] Application start .." in console

  7. Open browser or postman

    1. Go to http://localhost:8080/
    2. Screenshot 2022-04-03 at 10 25 54 AM
      1. You must see "Yes its working fine..!! Go ahead"
  8. If you see above message this application is running fine on your machine

  9. Now open project You will see an input.xlsx file, open and add players details sheet wise (only 2 sheet allowed)

    1. Put "No" if you don't want to include this player to dream team
    2. Put "Yes" if you want to include in dream team based on combination
    3. Put "Mandatory" if you 100% want this player in your dream team
    4. image
  10. Save the excel and Go to http://localhost:8080/download

  11. If everything is fine you will see an excel with combinations sheet wise

  12. image

About

This project finds the possible combinations of dream 11

License:GNU General Public License v3.0


Languages

Language:Java 100.0%